12 lines
178 B
C++
12 lines
178 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"
|
|
|
|
#endif //ICENGINE_HPP
|