mirror of
https://github.com/CPunch/Laika.git
synced 2025-09-26 20:00:08 +00:00
Minor refactoring
This commit is contained in:
@@ -25,7 +25,7 @@ enum {
|
||||
struct sLaikaB_box {
|
||||
uint8_t *data;
|
||||
uint8_t *unlockedData;
|
||||
sLaikaV_vm vm;
|
||||
struct sLaikaV_vm vm;
|
||||
};
|
||||
|
||||
inline void laikaB_unlock() {
|
||||
|
@@ -121,4 +121,8 @@ enum {
|
||||
typedef uint8_t LAIKAPKT_ID;
|
||||
typedef uint16_t LAIKAPKT_SIZE;
|
||||
|
||||
#ifdef DEBUG
|
||||
const char* laikaD_getPacketName(LAIKAPKT_ID);
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user