initial class structure for dComIfG_inf_c

This commit is contained in:
unknown
2020-12-04 00:04:41 -05:00
parent 7ec9d6ec28
commit 3dc3739ebd
15 changed files with 242 additions and 81 deletions
@@ -0,0 +1,10 @@
#ifndef JKRSOLIDHEAP_H_
#define JKRSOLIDHEAP_H_
#include "dolphin/types.h"
class JKRSolidHeap {
};
#endif