DEADSOFTWARE

system: game itself do not depends on sdl
[flatwaifu.git] / src / my.h
index 15792f1f9adbe96cd209d6719efd88fd86f817d2..a278cc2ea37b9b00d2a31233bba5c4fb33d2b095 100644 (file)
--- a/src/my.h
+++ b/src/my.h
@@ -39,8 +39,6 @@ void myfwrite8 (int8_t x, FILE *f);
 void myfwrite16 (int16_t x, FILE *f);
 void myfwrite32 (int32_t x, FILE *f);
 
-void myrandomize (void);
-
 int fexists (char *filename);
 
 #endif /* MY_H_INCLUDED */