mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 01:08:48 -04:00
8 lines
97 B
C++
8 lines
97 B
C++
#ifndef __J2DPICTURE_H_
|
|
#define __J2DPICTURE_H_
|
|
|
|
#include "global.h"
|
|
|
|
class J2DPicture{};
|
|
|
|
#endif |