Various Fixes

This commit is contained in:
jdflyer
2021-01-21 22:20:43 -07:00
parent b5bbe8d00d
commit db79db103b
4 changed files with 13 additions and 8 deletions
@@ -0,0 +1,9 @@
#ifndef _JAI_SE_MGR_H
#define _JAI_SE_MGR_H
class JAISeCategoryMgr {
public:
~JAISeCategoryMgr();
};
#endif