mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef __lines_h
|
|
#define __lines_h
|
|
|
|
struct progs_s;
|
|
|
|
void dump_lines (struct progs_s *pr);
|
|
|
|
#endif//__lines_h
|