Serializable.pkg 191 B

123456789
  1. $#include "Serializable.h"
  2. class Serializable : public Object
  3. {
  4. void SetTemporary(bool enable);
  5. bool IsTemporary() const;
  6. tolua_property__is_set bool temporary;
  7. };