Added more missing GetClassStatic()s

This commit is contained in:
Tiger Wang
2014-02-12 22:06:59 +00:00
parent e915a0df4c
commit 6ed4f476ce
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -54,6 +54,8 @@ public:
virtual void UsedBy(cPlayer * a_Player) override;
virtual void SendTo(cClientHandle &) override { };
static const char * GetClassStatic(void) { return "cNoteEntity"; }
private:
char m_Pitch;
} ; // tolua_export