- Tractant d'arreglar l'ordenació

This commit is contained in:
2023-03-08 19:03:15 +01:00
parent 43228c3809
commit a9cafc7c76
3 changed files with 19 additions and 2 deletions

View File

@@ -67,6 +67,8 @@ namespace actor
actor_t *create(vec3_t p, vec3_t s, SDL_Rect r, SDL_Point o);
void setDirty(actor_t *act, const bool force=false);
void insert(actor_t *act);
void reorder();