Please note! These changes have not yet been tested on POSIX platforms (mac OR linux) so please do not expect them to work!
13 lines
215 B
C++
13 lines
215 B
C++
//
|
|
// Created by illyum on 9/15/2024.
|
|
//
|
|
|
|
#ifndef ICENGINE_HPP
|
|
#define ICENGINE_HPP
|
|
|
|
#include "src/core/Logger.hpp"
|
|
#include "src/core/ICEApplication.hpp"
|
|
#include "src/platform/Platform.hpp"
|
|
|
|
#endif //ICENGINE_HPP
|