begin adding d_com_inf_game, add include guards to headers

This commit is contained in:
unknown
2020-12-03 21:03:25 -05:00
parent 91fc5f6f53
commit 1c7bf89fff
9 changed files with 52 additions and 8 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
#ifndef D_DRAWLIST_H_
#define D_DRAWLIST_H_
class dDlst_FileInfo_c {
public:
void draw(void);
~dDlst_FileInfo_c();
private:
};
};
#endif D_DRAWLIST_H_