summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/loader.h
blob: 5ade6e7d8a5b985d0655389095ae206341205a10 (plain)
1
2
3
4
5
6
7
8
9
10
11


#ifndef __LOADER_H__
#define __LOADER_H__

void loader_init(const char *s);
void cleanup(void);

#endif