Files
tp/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h
T
Jonathan Wase d2e9db3748 Fixed _savegpr etc. (#54)
* renamed func_XXX to _savegpr_XX

* renamed func_XXX to _restgpr_XX

* renamed func_XXX to _savefpr_XX

* renamed func_XXX to _restfpr_XX

* cleanup functions.h and moved intrisics to mwcc.h

* formatting

* cleanup functions.h

* fix bad-formatting from master

Co-authored-by: Julgodis <>
2021-01-02 23:15:12 -05:00

8 lines
98 B
C++

#ifndef __J2DTEXTBOX_H_
#define __J2DTEXTBOX_H_
#include "global.h"
class J2DTextBox {};
#endif