Inferno Game Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
327 B

#ifndef INFERNO_H
#define INFERNO_H
// This file is for use by the game
// -----------------------------------------
#include "inferno/application.h"
#include "inferno/io/log.h"
// -----------------------------------------
#include "inferno/entrypoint.h"
// -----------------------------------------
#endif // INFERNO_H