IsoEngine/engine/ICEngine.hpp
illyum 91cf0d25d5 feat(platform): add platform specific popups
Please note! These changes have not yet been tested on POSIX platforms
(mac OR linux) so please do not expect them to work!
2024-09-20 10:44:12 -06:00

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