#include "cl/Basics.h"
#include "cl/Array.h"
Include dependency graph for Register.h:
Go to the source code of this file.
Initial value:
\ class REGISTRAR : public Register \ { \ public: \ REGISTRAR( \ ClassID id, \ ObjectCreator creator, \ const Char *name = "untitled", \ const Char *description = 0 \ ) : Register(BASE_ID, id, creator, name, description) {}; \ }
Definition at line 76 of file Register.h.
Definition at line 35 of file Register.h.
Definition at line 15 of file Register.h.
Definition at line 27 of file Register.h.
Definition at line 16 of file Register.h.