diff options
author | sapier <sapier at gmx dot net> | 2012-02-07 21:37:42 +0100 |
---|---|---|
committer | sapier <sapier at gmx dot net> | 2012-02-07 21:37:42 +0100 |
commit | 52996cd5eb8939686b8a3eb9f075043c67d1355c (patch) | |
tree | 1489a64b177f77020de9510ff5568bda885ffb20 /src/clientlinkableobject.h | |
parent | 61ae136431bebd88796ea0789842611a36b7c424 (diff) | |
download | minetest-sapier-20120207.tar.xz |
maualy merged object linking interface from cao_sao_split patchsapier-20120207
Diffstat (limited to 'src/clientlinkableobject.h')
-rw-r--r-- | src/clientlinkableobject.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/clientlinkableobject.h b/src/clientlinkableobject.h index a6192d58c..c3aba4ae5 100644 --- a/src/clientlinkableobject.h +++ b/src/clientlinkableobject.h @@ -30,21 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "utility.h" #include "log.h" - -//this ain't the right place to define this but until cao/sao split -//is decided it'll have to stay here -struct AO_Message_type { - static const u8 SetPosition = 0x00; - static const u8 SetTextureMod = 0x01; - static const u8 SetSprite = 0x02; - static const u8 Punched = 0x03; - static const u8 TakeDamage = 0x04; - static const u8 Shoot = 0x05; - static const u8 Link = 0x06; - static const u8 UnLink = 0x07; -}; - - class ClientLinkableObject { public: ClientLinkableObject(); |