2024-09-15 02:26:40 -06:00
|
|
|
//
|
|
|
|
// Created by illyum on 9/15/2024.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef ICENGINE_HPP
|
|
|
|
#define ICENGINE_HPP
|
|
|
|
|
|
|
|
#include "src/core/Logger.hpp"
|
2024-09-16 23:28:37 -06:00
|
|
|
#include "src/core/ICEApplication.hpp"
|
2024-09-20 10:44:12 -06:00
|
|
|
#include "src/platform/Platform.hpp"
|
2024-09-15 02:26:40 -06:00
|
|
|
|
|
|
|
#endif //ICENGINE_HPP
|