comparison mm7_data.h @ 1202:0dbf6c4dd029

arrays to std::arrays phase 1
author Grumpy7
date Sat, 08 Jun 2013 21:33:22 +0200
parents 44f37efc159c
children 1eed3e0ab666
comparison
equal deleted inserted replaced
1196:44f37efc159c 1202:0dbf6c4dd029
1 #pragma once 1 #pragma once
2 #include <string> 2 #include <string>
3 #include "VectorTypes.h" 3 #include "VectorTypes.h"
4 #include "OSAPI.h" 4 #include "OSAPI.h"
5 5 #include <array>
6 typedef char _UNKNOWN; 6 typedef char _UNKNOWN;
7 7
8 8
9 typedef unsigned int uint; 9 typedef unsigned int uint;
10 10