Beispiel #1
0
    ~pixel_city()
    {
	TextureTerm ();
	WorldTerm ();
	RenderTerm ();
	CameraTerm ();
    }
Beispiel #2
0
void AppTerm (void)
{

  TextureTerm ();
  WorldTerm ();
  RenderTerm ();
  CameraTerm ();
  WinTerm ();

}
Beispiel #3
0
void hack_cleanup (xstuff_t * XStuff)
{
  TextureTerm ();
  WorldTerm ();
}