StreamGame/source/engine.h
2025-05-24 16:54:44 +02:00

13 lines
154 B
C

#ifndef ENGINE_H
#define ENGINE_H
#pragma once
#include <raylib.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "entity.h"
#endif