This commit is contained in:
2024-08-07 09:12:07 -04:00
parent ca445435a0
commit fdfadd5c7e
1021 changed files with 73601 additions and 0 deletions

12
aladin/rawdata.hpp Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _ALADIN_RAWDATA_HPP_
#define _ALADIN_RAWDATA_HPP_
#ifndef _COMMON_WINDOWS_HPP_
#include <common/windows.hpp>
#endif
#ifndef _COMMON_ARRAY_HPP_
#include <common/array.hpp>
#endif
typedef Array<BYTE> RawData;
#endif