quakeforge/tools/qfprogs/include/qfprogs.h
Bill Currie 91779b04f7 new tool: qfprogs. currently only disassembles progs, but the idea is for it
to become a progs oriented nm, objdump etc
2002-05-13 19:37:36 +00:00

8 lines
123 B
C

#ifndef __qfprogs_h
#define __qfprogs_h
struct progs_s;
struct dfunction_s *func_find (int st_num);
#endif//__qfprogs_h