Skip to content

Commit

Permalink
Added overall header file for ease of use.
Browse files Browse the repository at this point in the history
  • Loading branch information
bXi committed Mar 20, 2024
1 parent e5ae1e9 commit 8ed6164
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions luminoveau.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#pragma once

//Asset types
#include <assettypes/font.h>
#include <assettypes/music.h>
#include <assettypes/sound.h>
#include <assettypes/texture.h>

//Engine components
#include <audio/audiohandler.h>
#include <eventbus/eventbushandler.h>
#include <input/inputhandler.h>
#include <render2d/render2dhandler.h>
#include <text/texthandler.h>
#include <texture/texturehandler.h>
#include <window/windowhandler.h>

//Utilities
#include <utils/camera.h>
#include <utils/colors.h>
#include <utils/constants.h>
#include <utils/helpers.h>
#include <utils/lerp.h>
#include <utils/rectangles.h>
#include <utils/vectors.h>

0 comments on commit 8ed6164

Please sign in to comment.