mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 07:22:55 -04:00
a5641b0ba9
remove a bunch of externs
10 lines
138 B
C
10 lines
138 B
C
|
|
#ifndef F_F_OP_OVERLAP_H_
|
|
#define F_F_OP_OVERLAP_H_
|
|
|
|
#include "f_pc/f_pc_leaf.h"
|
|
|
|
extern leafdraw_method_class g_fopOvlp_Method;
|
|
|
|
#endif
|