decompile s_basic, cleanup mangled names in f_pc (#101)

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-01-26 23:11:50 +01:00
committed by GitHub
parent 3ee8a929a9
commit ce0d0c3521
9 changed files with 46 additions and 63 deletions
+1
View File
@@ -5,6 +5,7 @@
#include "global.h"
class cMl {
public:
static void init(JKRHeap*);
static void* memalignB(int, unsigned long);
static void free(void*);