culturered_client/TouchScreen/Content.h
2024-09-07 11:34:44 +08:00

12 lines
101 B
C++

#ifndef CONTENT_H
#define CONTENT_H
class Content
{
public:
Content();
};
#endif // CONTENT_H