Setup cammera2d and types

This commit is contained in:
n0ffie 2025-02-07 11:46:09 +01:00
parent 39abfaa978
commit fdebdd3ca2
6 changed files with 201 additions and 63 deletions

View file

@ -1,19 +0,0 @@
#pragma once
#ifndef ALYSON_HPP
#define ALYSON_HPP
#ifndef ASSETS_PATH
#define ASSETS_PATH "./assets/"
#endif
#define MANGLE_RES_PATH(path) ASSETS_PATH "/" path
#include <stdlib.h>
size_t init(size_t task);
void update(float dt);
void render(float dt);
#endif // ALYSON_HPP