]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Fixed ignored label on rept line (bug #18)
[rmac] / direct.h
index adbf7868121e0ba6a1bcb7363730066c0dfae70a..a047c3ca29a4649e0f389de1b3fec92caca2e922 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -69,5 +69,8 @@ int d_fail(void);
 int symlist(int(*)());
 int abs_expr(VALUE *);
 int d_cstruct(void);
+int d_jpad(void);
+int d_nojpad(void);
+int d_gpumain(void);
 
 #endif // __DIRECT_H__