ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/loader.h
(Generate patch)

Comparing deliantra/server/include/loader.h (file contents):
Revision 1.8 by root, Thu Feb 1 19:15:39 2007 UTC vs.
Revision 1.9 by root, Thu Feb 1 19:40:42 2007 UTC

32 32
33// resource loader pure base class 33// resource loader pure base class
34struct loader_base 34struct loader_base
35{ 35{
36 const char *filename; 36 const char *filename;
37
38 virtual ~loader_base ();
37 39
38 virtual archetype *get_arch (const char *name); 40 virtual archetype *get_arch (const char *name);
39 virtual void put_arch (archetype *arch); 41 virtual void put_arch (archetype *arch);
40 42
41 virtual object *get_object (const char *name); 43 virtual object *get_object (const char *name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines