Started object construction and parsing

Simplified some structures
Missing : Entity construction
This commit is contained in:
trotFunky 2019-06-07 02:59:27 +02:00
parent 3906ecd27b
commit a775d846d7
10 changed files with 146 additions and 5 deletions

18
src/Utils.h Normal file
View file

@ -0,0 +1,18 @@
//
// Created by trotfunky on 07/06/19.
//
#ifndef PROJECT_MAAT_UTILS_H
#define PROJECT_MAAT_UTILS_H
#include <cstdint>
namespace pro_maat
{
static constexpr uint8_t pixelsPerUnit = 20;
}
#endif //PROJECT_MAAT_UTILS_H