DREAMWEB: Port 'setpickup' to C++ and added an enum for the object types
This commit is contained in:
parent
f69dfba21a
commit
421c8cd262
9 changed files with 75 additions and 81 deletions
|
@ -296,6 +296,13 @@ struct Atmosphere {
|
|||
uint8 _repeat;
|
||||
};
|
||||
|
||||
enum ObjectTypes {
|
||||
kSetObjectType1 = 1,
|
||||
kFreeObjectType = 2,
|
||||
kSetObjectType3 = 3,
|
||||
kExObjectType = 4
|
||||
};
|
||||
|
||||
} // End of namespace DreamWeb
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue