]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tail.h
worked abit on the type_to_bianary functions
[16.git] / src / lib / 16_tail.h
index 79cf67aafb2dbf736d691991f61dc7513081cf2d..9d6555adbe017c2695d5f06d8be47a10292360c1 100755 (executable)
@@ -141,6 +141,12 @@ void DebugMemory_(global_game_variables_t *gvar, boolean q);
 void ClearMemory (global_game_variables_t *gvar);\r
 void Quit (global_game_variables_t *gvar, char *error);\r
 void turboXT(byte bakapee);\r
+const char *word_to_binary(int x);\r
+const char *byte_to_binary(int x);\r
+const char *nibble_to_binary(int x);\r
+const char *boolean_to_binary(int x);\r
+void wordtest();\r
+void bytetest();\r
 void nibbletest();\r
 void booleantest();\r
 \r