mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
run clang-format
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "global.h"
|
||||
|
||||
struct JAISoundID{
|
||||
struct JAISoundID {
|
||||
u32 soundId;
|
||||
JAISoundID(JAISoundID const &soundIdToSet);
|
||||
JAISoundID(JAISoundID const& soundIdToSet);
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -3,8 +3,6 @@
|
||||
|
||||
#include "global.h"
|
||||
|
||||
struct JAISoundHandle{
|
||||
|
||||
};
|
||||
struct JAISoundHandle {};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user