FSM cleanup:
commit08a7cfe35324d1cc3cad7cfb7a0be980f07593a5
authorStan <Stan@3db68df2-c116-0410-a063-a993310a9797>
Sat, 7 Jan 2023 21:41:30 +0000 (7 21:41 +0000)
committerStan <Stan@3db68df2-c116-0410-a063-a993310a9797>
Sat, 7 Jan 2023 21:41:30 +0000 (7 21:41 +0000)
treea330f46fdf0570d8191ec36e3f5fdacbb97449e7
parentb66b96b8667ae0f3c33316aafd1463d37ed0241c
FSM cleanup:
- Use reinterpret_cast.
- Use using instead of typedef.
- Use PascalCase for CONDITION and ACTION.
- Use constexpr instead of #define.

Patch by: @phosit

Differential Revision: https://code.wildfiregames.com/D4868

git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@27385 3db68df2-c116-0410-a063-a993310a9797
source/network/FSM.cpp
source/network/FSM.h