diff options
Diffstat (limited to 'project2/common/sourceObject.h')
-rw-r--r-- | project2/common/sourceObject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project2/common/sourceObject.h b/project2/common/sourceObject.h index 8cf75ad..f8963ea 100644 --- a/project2/common/sourceObject.h +++ b/project2/common/sourceObject.h @@ -7,6 +7,10 @@ #include "scriptLoader.h" #include "scripts_fwd.h" +enum ObjectSource { + Default, + Scripted +}; class CommonObjects; /// Base class for all Project2 components that can be placed in a Project2 script class SourceObject : public virtual IntrusivePtrBase { |