Started object construction and parsing
Simplified some structures Missing : Entity construction
This commit is contained in:
parent
3906ecd27b
commit
a775d846d7
10 changed files with 146 additions and 5 deletions
18
src/Utils.h
Normal file
18
src/Utils.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue