chore(style): clean up function declarations in app

This commit is contained in:
fallenoak 2023-01-02 14:36:10 -06:00 committed by GitHub
parent 5efdfe3d22
commit b03eef7b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

View file

@ -5,8 +5,8 @@
struct GLWindowCallbacks;
void AssignEngineViewCallbacks(GLWindowCallbacks*);
void AssignEngineViewCallbacks(GLWindowCallbacks* callbacks);
Class GetEngineViewClass(void);
Class GetEngineViewClass();
#endif