awesome!!!
This commit is contained in:
18
src/scripting.h
Normal file
18
src/scripting.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef SCRIPTING_H
|
||||
#define SCRIPTING_H
|
||||
|
||||
#include <umka_api.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct context t_ctx;
|
||||
|
||||
struct state {
|
||||
t_ctx *hidden_ptr;
|
||||
uint64_t tick_count;
|
||||
};
|
||||
|
||||
bool scripting_init(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user