mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
12 lines
168 B
C++
12 lines
168 B
C++
#ifndef GAME_MWMECHANICS_DRAWSTATE_H
|
|
#define GAME_MWMECHANICS_DRAWSTATE_H
|
|
|
|
enum DrawState
|
|
{
|
|
DrawState_Weapon,
|
|
DrawState_Spell,
|
|
DrawState_Nothing
|
|
}
|
|
|
|
#endif
|