offbrand
A collection of generic, reference counted datastructures in C for C
 All Classes Files Functions Variables Typedefs Macros Groups
obj_private.h
Go to the documentation of this file.
1 
14 #ifndef OBJ_PRIVATE_H
15 #define OBJ_PRIVATE_H
16 
17 #include "../offbrand.h"
18 
23 struct obj_struct{
32  const char *classname;
34 };
35 
36 #endif