summaryrefslogtreecommitdiff
path: root/include/alu.h
diff options
context:
space:
mode:
authorPixel <>2001-04-16 16:53:08 +0000
committerPixel <>2001-04-16 16:53:08 +0000
commit967b751959b36a844abca8d3f4f32b8278f9bf9f (patch)
tree018b748fe0f40732a84f2a504196e62cff740672 /include/alu.h
parent2f733d9f0da3d3a7032aea4f94be6a5fd257f193 (diff)
Alu.h & pot files
Diffstat (limited to 'include/alu.h')
-rw-r--r--include/alu.h4
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);