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-12-01 08:06:55 +01:00
/*
void CGUISprite::Draw(const float &z, const CRect &rect, const CRect &clipping=CRect(0,0,0,0))
{
2003-11-24 18:13:37 +01:00
}
2003-12-01 08:06:55 +01:00
*/