summaryrefslogtreecommitdiffstats
path: root/src/skel/platform.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-23 23:45:45 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-23 23:45:45 +0200
commitbd67db523aa4e711e60a16abbf738b8b4462d572 (patch)
tree4df6ecc0b4051228d93e922fbc6e00771778041d /src/skel/platform.h
parentmore checks in premake (diff)
parentEven more small audio cleanup (diff)
downloadre3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.gz
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.bz2
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.lz
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.xz
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.zst
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.zip
Diffstat (limited to 'src/skel/platform.h')
-rw-r--r--src/skel/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skel/platform.h b/src/skel/platform.h
index 65e20673..cbb1be28 100644
--- a/src/skel/platform.h
+++ b/src/skel/platform.h
@@ -15,7 +15,7 @@ extern RwUInt32 psTimer(void);
extern double psTimer(void);
#endif
-extern RwBool psInitialise(void);
+extern RwBool psInitialize(void);
extern void psTerminate(void);
extern void psCameraShowRaster(RwCamera *camera);