VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
Window.hpp File Reference

This file defines Window class. More...

#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h>
#include <iostream>
#include "components/ErrorUtils.hpp"

Go to the source code of this file.

Classes

class  vex::Window
 This class esentially abstracts SDL_Window. More...

Namespaces

namespace  vex

Detailed Description

This file defines Window class.

Author
Eryk Roszkowski

Definition in file Window.hpp.

Macro Definition Documentation

◆ SDL_MAIN_HANDLED

#define SDL_MAIN_HANDLED

Definition at line 9 of file Window.hpp.