0ad/source/gui/CGUISprite.cpp
Gee 512bfd4067 no message
This was SVN commit r128.
2003-12-01 07:06:55 +00:00

15 lines
213 B
C++
Executable File

/*
CGUISprite
by Gustav Larsson
gee@pyro.nu
*/
//#include "stdafx.h"
#include "GUI.h"
using namespace std;
/*
void CGUISprite::Draw(const float &z, const CRect &rect, const CRect &clipping=CRect(0,0,0,0))
{
}
*/