Untitled 2D game engine pre-alpha
A 2D game engine made with Vulkan in C++
 
Loading...
Searching...
No Matches
engine.h
Go to the documentation of this file.
1
7
8#pragma once
9#include "window.h"
10#include "renderer.h"
11#include "game.h"
12#include "constants_and_types.h"
Constants and types used within the engine.
Defines game namespace, can be found in game.cpp.
Defines draw namespace, can be found in renderer.cpp.
Defines window namespace, can be found in window.cpp.