VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
EngineCommands.hpp
1#pragma once
2
3namespace vex {
4 class Engine;
5
6 void RegisterEngineCommands(Engine* engine);
7}
Class for interaction with engine systems.
Definition Engine.hpp:47