Examples: Apple: Tweak code and sync with other examples better (untested).

This commit is contained in:
omar
2018-01-31 00:16:44 +01:00
parent cca9c3e3da
commit 6c38aa2dc7
4 changed files with 45 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
typedef struct DebugHUD
{
bool show_demo_window;
bool show_example_window;
bool show_another_window;
float rotation_speed;
float cubeColor1[4];
float cubeColor2[4];
@@ -17,8 +17,8 @@ typedef struct DebugHUD
extern "C" {
#endif
void DebugHUD_InitDefaults( DebugHUD *hud );
void DebugHUD_DoInterface( DebugHUD *hud );
void DebugHUD_InitDefaults(DebugHUD *hud);
void DebugHUD_DoInterface(DebugHUD *hud);
#if __cplusplus
}