mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
9 lines
119 B
C
9 lines
119 B
C
|
#ifndef __modules_h
|
||
|
#define __modules_h
|
||
|
|
||
|
struct progs_s;
|
||
|
|
||
|
void dump_modules (struct progs_s *pr);
|
||
|
|
||
|
#endif//__modules_h
|