fix compile error by split some classes into CKStructs.hpp. ready for CKBitmapData

This commit is contained in:
2023-09-07 22:10:42 +08:00
parent 54a3dd7776
commit 138e47cbdc
9 changed files with 126 additions and 78 deletions

View File

@ -0,0 +1,16 @@
#pragma once
#include "../VTAll.hpp"
namespace LibCmo::CK2 {
class CKBitmapData {
public:
CKBitmapData();
~CKBitmapData();
protected:
};
}