a forgotten bit

This commit is contained in:
Christopher Roy Bratusek 2012-04-07 21:28:33 +02:00
parent ac051ca05b
commit 374aa24310

View File

@ -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)
{