[go: up one dir, main page]

Menu

[r29]: / engine / dummy_r.c  Maximize  Restore  History

Download this file

14 lines (10 with data), 126 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
//
// Dummies for Resize
//
#include "core.hpp"
OBJECT *find_id(int id)
{
return NULL;
}
int ire_transparent;
int ire_bpp;