Reformat
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user