inital commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <entt/entt.hpp>
|
||||
#include<raylib.h>
|
||||
|
||||
void create_player(entt::registry& registry,Texture* texture);
|
||||
void update_player_system(entt::registry& registry,float dt);
|
||||
Reference in New Issue
Block a user