mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 15:24:30 -04:00
8 lines
95 B
C++
8 lines
95 B
C++
#ifndef __J2DSCREEN_H_
|
|
#define __J2DSCREEN_H_
|
|
|
|
#include "global.h"
|
|
|
|
class J2DScreen {};
|
|
|
|
#endif |