This commit is contained in:
Branimir Karadžić 2016-02-02 20:08:06 -08:00
parent c5a2ddd662
commit 5c6261023a
3 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
#include <array>
#include <string.h>
#include "Math.hpp"

View file

@ -1,7 +1,7 @@
#ifndef __DARKRL__TYPES_HPP__
#define __DARKRL__TYPES_HPP__
#include <cstdint>
#include <stdint.h>
typedef int8_t int8;
typedef uint8_t uint8;

View file

@ -2,7 +2,7 @@
#pragma once
#include <cstdint>
#include <stdint.h>
//============================================================================