mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
chore(style): clean up function declarations in app
This commit is contained in:
parent
5efdfe3d22
commit
b03eef7b1d
3 changed files with 14 additions and 14 deletions
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
struct GLWindowCallbacks;
|
||||
|
||||
void AssignEngineViewCallbacks(GLWindowCallbacks*);
|
||||
void AssignEngineViewCallbacks(GLWindowCallbacks* callbacks);
|
||||
|
||||
Class GetEngineViewClass(void);
|
||||
Class GetEngineViewClass();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue