X-Git-Url: http://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Frender.h;h=9226e995499b5f08e7e1bb4aade8cf3028b2077e;hp=8026af7f588f92042dd2e92a2abb820fe6bb95d5;hb=d070670f189ec66ed2ac6b45834a192c004bc92f;hpb=584adc9c1911a6941ef07443a6fc6ff922d7c8ea diff --git a/src/render.h b/src/render.h index 8026af7..9226e99 100644 --- a/src/render.h +++ b/src/render.h @@ -6,3 +6,10 @@ void R_done (void); void R_setgamma (int g); int R_getgamma (void); void R_toggle_fullscreen (void); + +void R_get_name (int n, char s[8]); +int R_get_special_id (int n); +void R_begin_load (void); +void R_load (char s[8], int f); +void R_end_load (void); +void R_loadsky (int sky);