summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorJonathan Wase <jonathan@familjenwase.se>2021-01-03 05:15:12 +0100
committerGitHub <noreply@github.com>2021-01-02 23:15:12 -0500
commitd2e9db37484e64f05830aad7b7e59f48139639f2 (patch)
tree9c0b5d84e6305a71901b3cca22f320228d4cf02b /include/JSystem/J2DGraph
parent609891bc25ed4341312a056b869f0a9b5619d875 (diff)
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 <>
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DPicture/J2DPicture.h2
-rw-r--r--include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h b/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h
index 35d90e7b20..1355ccc768 100644
--- a/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h
+++ b/include/JSystem/J2DGraph/J2DPicture/J2DPicture.h
@@ -3,6 +3,6 @@
#include "global.h"
-class J2DPicture{};
+class J2DPicture {};
#endif \ No newline at end of file
diff --git a/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h b/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h
index 15d6edf34c..d5055148f3 100644
--- a/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h
+++ b/include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h
@@ -3,6 +3,6 @@
#include "global.h"
-class J2DTextBox{};
+class J2DTextBox {};
#endif \ No newline at end of file