gearlib/include/gearlib.h
2024-05-05 14:25:05 +12:00

21 lines
352 B
C

#ifndef __GEARLIB_H__
#define __GEARLIB_H__
#define MAX_VERTICES 2500
#include <colors.h>
#include <raymath.h>
#include <init.h>
#include <shaders.h>
#include <events.h>
#include <debugging.h>
#include <vertex.h>
#include <renderer.h>
#include <camera.h>
#include <batch.h>
#include <quad.h>
#include <textures.h>
#include <uniform_buffer.h>
#endif