mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
9 lines
236 B
C++
9 lines
236 B
C++
|
|
#include "glue/CCharacterCreation.hpp"
|
||
|
|
|
||
|
|
float CCharacterCreation::m_charFacing = 0.0;
|
||
|
|
CharacterCreationDisplay CCharacterCreation::m_character = {};
|
||
|
|
|
||
|
|
void CCharacterCreation::Initialize() {
|
||
|
|
CCharacterCreation::m_charFacing = 0.0;
|
||
|
|
}
|