From 967b751959b36a844abca8d3f4f32b8278f9bf9f Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 16 Apr 2001 16:53:08 +0000 Subject: Alu.h & pot files --- include/alu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/alu.h') diff --git a/include/alu.h b/include/alu.h index 760de41..89328e7 100644 --- a/include/alu.h +++ b/include/alu.h @@ -2,6 +2,10 @@ #define __ALU_H__ #include "types.h" +typedef struct couple { + Uint32 deb, fin; +} couple; + Uint32 AdditionNonSigne(Uint32 a, Uint32 b); Uint32 AdditionSigne(Uint32 a, Uint32 b); Uint32 SoustractionNonSigne(Uint32 a, Uint32 b); -- cgit v1.2.3