mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
9 lines
123 B
C
9 lines
123 B
C
|
#ifndef __qfprogs_h
|
||
|
#define __qfprogs_h
|
||
|
|
||
|
struct progs_s;
|
||
|
|
||
|
struct dfunction_s *func_find (int st_num);
|
||
|
|
||
|
#endif//__qfprogs_h
|