mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
begin adding d_com_inf_game, add include guards to headers
This commit is contained in:
@@ -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_
|
||||
Reference in New Issue
Block a user