Various Fixes

This commit is contained in:
jdflyer
2021-01-21 22:20:43 -07:00
parent 56352bd0c2
commit da5628562f
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