From d2e9db37484e64f05830aad7b7e59f48139639f2 Mon Sep 17 00:00:00 2001 From: Jonathan Wase Date: Sun, 3 Jan 2021 05:15:12 +0100 Subject: 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 <> --- include/JSystem/J2DGraph/J2DPicture/J2DPicture.h | 2 +- include/JSystem/J2DGraph/J2DTextBox/J2DTextBox.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/JSystem/J2DGraph') 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 -- cgit v1.2.3