quakeforge/ruamoko/cl_menu/plistmenu.h
Bill Currie 3a1e467ae8 Non-bogus syntax and warning fixes for ruamoko/cl_menu.
Sadly, there are many bogus warnings and other errors. qfcc is still very
sick :(.
2011-02-14 23:10:46 +09:00

9 lines
188 B
C

#ifndef __plistmenu_h
#define __plistmenu_h
#include "PropertyList.h"
@extern @param object_from_plist (PLItem *plist);
@extern PLItem *read_plist (string fname);
#endif//__plistmenu_r