mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
8 lines
97 B
C++
8 lines
97 B
C++
#ifndef __J2DTEXTBOX_H_
|
|
#define __J2DTEXTBOX_H_
|
|
|
|
#include "global.h"
|
|
|
|
class J2DTextBox{};
|
|
|
|
#endif |