Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-01 16:02:51 +0000
committerStijn Buys <ingar@osirion.org>2008-05-01 16:02:51 +0000
commit4e5343ce9aa83a5c0b04bf744dd287fb56ff39fc (patch)
tree2f5944d3426529a973e78137f8ce5a9a29a7c54f /src/core/entity.h
parentf5266b403c50cb2b6d712e6d8f41b62ad2433efb (diff)
various silly fixes
Diffstat (limited to 'src/core/entity.h')
-rw-r--r--src/core/entity.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/entity.h b/src/core/entity.h
index 46dd36c..05ca641 100644
--- a/src/core/entity.h
+++ b/src/core/entity.h
@@ -32,6 +32,9 @@ public:
/// Entity flags
enum Flags {Static=1, Solid=2, Bright=4};
+ /// Entity render state flags
+ enum State {InRange=1, InCloseRange=2};
+
/// Entity type constants
enum Type {Default=0, Dynamic=1, Controlable=2, Globe=3};