0ad/source/gui/CGUISprite.cpp

15 lines
213 B
C++
Raw Normal View History

/*
CGUISprite
by Gustav Larsson
gee@pyro.nu
*/
//#include "stdafx.h"
#include "GUI.h"
using namespace std;
2003-11-30 23:06:55 -08:00
/*
void CGUISprite::Draw(const float &z, const CRect &rect, const CRect &clipping=CRect(0,0,0,0))
{
2003-11-24 09:13:37 -08:00
}
2003-11-30 23:06:55 -08:00
*/