(RCheevos) Cleanups

This commit is contained in:
twinaphex 2020-01-11 03:07:54 +01:00
parent 99d5dba6ae
commit 8032ff6e19
2 changed files with 6 additions and 0 deletions

View File

@ -1,7 +1,10 @@
#include "internal.h"
#include <stddef.h>
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
#include <memory.h>
#endif
#include <string.h>
void rc_parse_trigger_internal(rc_trigger_t* self, const char** memaddr, rc_parse_state_t* parse) {
rc_condset_t** next;

View File

@ -1,6 +1,9 @@
#include "internal.h"
#if !defined( __CELLOS_LV2__) && !defined(__MWERKS__)
#include <memory.h>
#endif
#include <string.h>
static void rc_parse_cond_value(rc_value_t* self, const char** memaddr, rc_parse_state_t* parse) {
rc_condition_t** next;