mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
11 lines
165 B
C
11 lines
165 B
C
#ifndef __qfprogs_h
|
|
#define __qfprogs_h
|
|
|
|
struct progs_s;
|
|
|
|
struct dfunction_s *func_find (int st_num);
|
|
|
|
extern int sorted;
|
|
extern int verbosity;
|
|
|
|
#endif//__qfprogs_h
|