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