mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
15 lines
No EOL
216 B
C++
Executable file
15 lines
No EOL
216 B
C++
Executable file
/*
|
|
CGUISprite
|
|
by Gustav Larsson
|
|
gee@pyro.nu
|
|
*/
|
|
|
|
#include "precompiled.h"
|
|
#include "GUI.h"
|
|
|
|
using namespace std;
|
|
/*
|
|
void CGUISprite::Draw(const float &z, const CRect &rect, const CRect &clipping=CRect(0,0,0,0))
|
|
{
|
|
}
|
|
*/ |