- Carrega de l'habitació des de arxiu
- Traslladem a jutil funcionetes varies - Comencem a implementar carrega de actors des de arxiu - Comencem a implementar els templates de actors
This commit is contained in:
@@ -86,6 +86,8 @@ namespace actor
|
||||
// Torna un nou actor
|
||||
actor_t *create(std::string name, vec3_t p, vec3_t s, std::string bmp, SDL_Rect r, SDL_Point o);
|
||||
|
||||
void createFromFile(char **buffer);
|
||||
|
||||
void setDirty(actor_t *act, const bool force=false);
|
||||
|
||||
void select(actor_t *act);
|
||||
|
||||
Reference in New Issue
Block a user