]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Multiple fixes for 020+ mode, including:
[rmac] / direct.h
index a4ab5ba7e9508379c54cb3de7906a8ec8164d175..654c580bf1ff0542db14f65466228e6ce0885a5f 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -29,5 +29,9 @@ int d_phrase(void);
 int d_dphrase(void);
 int d_qphrase(void);
 
+int d_if(void);
+int d_else(void);
+int d_endif(void);
+
 #endif // __DIRECT_H__