Hubris Engine Dev
A Project to learn and get into Game Engine developement.
 
Loading...
Searching...
No Matches
Hubris.h
Go to the documentation of this file.
1
13#pragma once
14#ifdef Exclude_Entrypoint
15#include <iostream>
16#include <Engine.h>
17#include <Logger.h>
18#else
19#include <EntryPoint.h>
20#include <IO/ResourceManager.h>
21#endif