]>
git.r.bdr.sh - rbdr/super-polarity/blob - src/actor.h
8bb7a88d740145bc583e81e65132af19349e2023
5 // Created by Ruben Beltran del Rio on 8/14/13.
6 // Copyright (c) 2013 Abuguet. All rights reserved.
9 #ifndef Super_Polarity_actor_h
10 #define Super_Polarity_actor_h
13 #include "SDL2_image/SDL_image.h"
15 typedef struct actor_struct Actor
;
17 typedef struct actor_struct
{
24 void (*update
)(Actor
*, Uint32
);
25 void (*draw
)(Actor
*);