Reformat
This commit is contained in:
parent
fc6a11f279
commit
c30caa7ef2
@ -24,9 +24,9 @@ struct App {
|
||||
SDL_Event event;
|
||||
};
|
||||
|
||||
int init(App &app);
|
||||
int init (App &app);
|
||||
void run_main_loop(App &app);
|
||||
void cleanup(App &app);
|
||||
void cleanup (App &app);
|
||||
|
||||
int main() {
|
||||
App app = {};
|
||||
|
Loading…
Reference in New Issue
Block a user