removed trailing backslash from DefineState macro

This commit is contained in:
Sara 2023-11-22 15:12:55 +01:00
parent 51b889c6ef
commit 913bb32a39

View file

@ -22,6 +22,6 @@ static inline const State* _StateName() {\
.update = (const State*(*const)(void*, float)) update_fn,\
};\
return &instance;\
}\
}
#endif // !_fencer_state_h