From bb38c3ba0877cbbac1d8f0041280e7a923588e89 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 16 Apr 2001 16:17:58 +0000 Subject: Alu & Simul --- include/alu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/alu.h') diff --git a/include/alu.h b/include/alu.h index 4427060..760de41 100644 --- a/include/alu.h +++ b/include/alu.h @@ -15,4 +15,6 @@ Uint32 OR(Uint32 a, Uint32 b); Uint32 SHL(Uint32 a); Uint32 SHR(Uint32 a); +extern int errRet, Rapide; +extern Uint32 SecondResult; #endif -- cgit v1.2.3