The code is now Coplien Compilent

This commit is contained in:
AnonymusRaccoon
2020-02-13 16:34:36 +01:00
parent 7e97a9466c
commit f9349cf530
16 changed files with 61 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
//
// Created by anonymus-raccoon on 1/28/20.
//
#ifndef COMSQUARE_INT24_HPP
#define COMSQUARE_INT24_HPP
typedef unsigned uint24_t;
#endif //COMSQUARE_INT24_HPP
-10
View File
@@ -1,10 +0,0 @@
//
// Created by anonymus-raccoon on 1/28/20.
//
#ifndef COMSQUARE_INTS_HPP
#define COMSQUARE_INTS_HPP
typedef unsigned uint24_t;
#endif //COMSQUARE_INTS_HPP