#ifndef INFERNO_H #define INFERNO_H // For use by the game // ----------------------------------------- #include "inferno/core.h" #include "inferno/application.h" #include "inferno/assert.h" #include "inferno/io/log.h" // ----------------------------------------- #endif // INFERNO_H