minor updates
add fruit class update simple sprites include variant type
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include<raylib.h>
|
||||
#include<entt/entt.hpp>
|
||||
|
||||
void create_fruit(entt::registry& registry,Texture* texture);
|
||||
|
||||
void update_fruit_system(entt::registry& registry,float dt);
|
||||
|
||||
Reference in New Issue
Block a user