mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
a forgotten bit
This commit is contained in:
parent
ac051ca05b
commit
374aa24310
@ -1,13 +1,21 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <gccore.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "main.h"
|
||||
#include "filelist.h"
|
||||
#include "uneek_fs.h"
|
||||
#include "gecko.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
/*
|
||||
extern char ch_Ret_Nand[];
|
||||
extern char ch_Ret_Neek[];
|
||||
*/
|
||||
|
||||
template <class pointer>
|
||||
s8 free_pointer(pointer*& ptr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user