mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
8 lines
95 B
C++
8 lines
95 B
C++
#ifndef __J2DSCREEN_H_
|
|
#define __J2DSCREEN_H_
|
|
|
|
#include "global.h"
|
|
|
|
class J2DScreen {};
|
|
|
|
#endif |