double-hit-balls/jni/loadingcode.h
2013-01-19 21:23:44 +00:00

16 lines
226 B
C++

#ifndef LOADINGCODE_H_INCLUDED
#define LOADINGCODE_H_INCLUDED
#include "game_area_interface.h"
using namespace SE;
class TGameLoading : public TGameAreaAncestor
{
public:
virtual void Draw();
};
#endif