OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
state.hpp
Go to the documentation of this file.
1 #ifndef CSM_DOC_STATE_H
2 #define CSM_DOC_STATE_H
3 
4 namespace CSMDoc
5 {
6  enum State
7  {
12 
17  State_Loading = 256 // pseudo-state; can not be encountered in a loaded document
18  };
19 }
20 
21 #endif
Definition: state.hpp:8
Definition: state.hpp:17
Definition: state.hpp:13
Definition: state.hpp:14
Definition: state.hpp:16
State
Definition: state.hpp:6
Definition: state.hpp:9
Definition: state.hpp:11
Definition: state.hpp:15
Definition: state.hpp:10