12#ifndef TT_INCLUDE__DECORATIONPHYSDEFCLASS_H
13#define TT_INCLUDE__DECORATIONPHYSDEFCLASS_H
15#include "DynamicPhysDefClass.h"
18class DecorationPhysDefClass :
public DynamicPhysDefClass
21 DecorationPhysDefClass(
void);
22 virtual uint32 Get_Class_ID (
void)
const;
23 virtual PersistClass * Create(
void)
const;
24 virtual const char * Get_Type_Name (
void) {
return "DecorationPhysDef"; }
25 virtual bool Is_Type(
const char *);
26 virtual const PersistFactoryClass & Get_Factory (
void)
const;
27 virtual bool Save(ChunkSaveClass &csave);
28 virtual bool Load(ChunkLoadClass &cload);
30 virtual void Dump (FileClass &file);
32 DECLARE_EDITABLE(DecorationPhysDefClass,DynamicPhysDefClass);
34 friend class StaticPhysClass;
35 friend class PresetDump;