[go: up one dir, main page]

Menu

[r52]: / engine / resize_e.c  Maximize  Restore  History

Download this file

24 lines (17 with data), 229 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "core.hpp"
// Stub for ithelib
void ithe_userexitfunction()
{
}
void loadfile(char *a, char *b)
{
}
int getnum4char(char *name)
{
return -1;
}
BITMAP *iload_png(char *filename)
{
return NULL;
}
struct PEM *PElist;