rayzor

annotate src/rend.h @ 8:fcd06a15dfdd

added missing set_mouse_limits to dosemu.c
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 07 Apr 2014 08:46:06 +0300
parents 2a5340a6eee4
children
rev   line source
nuclear@1 1 #ifndef REND_H_
nuclear@1 2 #define REND_H_
nuclear@1 3
nuclear@1 4 bool rend_init();
nuclear@1 5 void rend_shutdown();
nuclear@1 6
nuclear@1 7 #endif // REND_H_