Initial
This commit is contained in:
12
aladin/rawdata.hpp
Normal file
12
aladin/rawdata.hpp
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user