culturered_client/TouchScreen/Content.h

12 lines
101 B
C
Raw Normal View History

2024-09-07 03:34:44 +00:00
#ifndef CONTENT_H
#define CONTENT_H
class Content
{
public:
Content();
};
#endif // CONTENT_H