mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-24 09:53:51 +00:00
11 lines
168 B
C++
11 lines
168 B
C++
#ifndef GAME_MWMECHANICS_DRAWSTATE_H
|
|
#define GAME_MWMECHANICS_DRAWSTATE_H
|
|
|
|
enum DrawState
|
|
{
|
|
DrawState_Weapon,
|
|
DrawState_Spell,
|
|
DrawState_Nothing
|
|
}
|
|
|
|
#endif
|