more python cleanup
This commit is contained in:
@@ -7,25 +7,12 @@ extern "C" {
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief Sprite action.
|
||||
*/
|
||||
struct z3_sprite_action {
|
||||
const char* name; /**< Name of the action. */
|
||||
uint8_t id; /**< ID of the action. */
|
||||
|
||||
const char** instructions; /**< Pointer to the instructions of the action. */
|
||||
};
|
||||
typedef struct z3_sprite_action z3_sprite_action;
|
||||
|
||||
/**
|
||||
* @brief Primitive of a sprite.
|
||||
*/
|
||||
struct z3_sprite {
|
||||
const char* name; /**< Name of the sprite. */
|
||||
uint8_t id; /**< ID of the sprite. */
|
||||
|
||||
z3_sprite_action* actions; /**< Pointer to the actions of the sprite. */
|
||||
};
|
||||
typedef struct z3_sprite z3_sprite;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user