diff options
author | Pixel <> | 2001-04-16 16:53:08 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 16:53:08 +0000 |
commit | 967b751959b36a844abca8d3f4f32b8278f9bf9f (patch) | |
tree | 018b748fe0f40732a84f2a504196e62cff740672 /include | |
parent | 2f733d9f0da3d3a7032aea4f94be6a5fd257f193 (diff) |
Alu.h & pot files
Diffstat (limited to 'include')
-rw-r--r-- | include/alu.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |