Files
tp/include/JSystem/J2DGraph/J2DScreen/J2DScreen.h
T

8 lines
95 B
C++
Raw Normal View History

#ifndef __J2DSCREEN_H_
#define __J2DSCREEN_H_
#include "global.h"
2020-12-26 11:31:49 -05:00
class J2DScreen {};
#endif