Reformat to something more readable for me :3
This commit is contained in:
+7
-4
@@ -17,7 +17,10 @@
|
||||
extern int WINDOW_WIDTH;
|
||||
extern int WINDOW_HEIGHT;
|
||||
|
||||
extern void context_init( const char *title, int width, int height, int major, int minor );
|
||||
extern bool context_flip_frame_poll_events( void );
|
||||
extern SDL_GameController *context_get_controller( void );
|
||||
extern void context_terminate( void );
|
||||
extern void context_init(const char *title, int width, int height, int major, int minor);
|
||||
|
||||
extern bool context_flip_frame_poll_events(void);
|
||||
|
||||
extern SDL_GameController *context_get_controller(void);
|
||||
|
||||
extern void context_terminate(void);
|
||||
Reference in New Issue
Block a user