mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
3a1e467ae8
Sadly, there are many bogus warnings and other errors. qfcc is still very sick :(.
9 lines
188 B
C
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
|