mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
91779b04f7
to become a progs oriented nm, objdump etc
8 lines
136 B
C
8 lines
136 B
C
#ifndef __disassemble_h
|
|
#define __disassemble_h
|
|
|
|
struct progs_s;
|
|
|
|
void disassemble_progs (struct progs_s *pr);
|
|
|
|
#endif//__disassemble_h
|