File diff r10614:8fece88a0126 → r10615:151b5d3fccb0
src/gfxinit.h
Show inline comments
 
@@ -15,6 +15,6 @@ void FindGraphicsSets();
 
bool SetGraphicsSet(const char *name);
 
char *GetGraphicsSetsList(char *p, const char *last);
 

	
 
extern char _ini_graphics_set[32];
 
extern char *_ini_graphics_set;
 

	
 
#endif /* GFXINIT_H */