diff Math.h @ 1051:05c62d166182

004C1D2B cleaned
author Nomad
date Thu, 23 May 2013 14:08:26 +0200
parents d720a13e2273
children d98415be04ca
line wrap: on
line diff
--- a/Math.h	Thu May 23 16:36:08 2013 +0600
+++ b/Math.h	Thu May 23 14:08:26 2013 +0200
@@ -24,5 +24,10 @@
 #pragma pack(pop)
 
 
+int fixpoint_sub0(int, int);
+int fixpoint_div(int, int);
+int fixpoint_mul(int, int);
+int fixpoint_from_float(float value);
+
 
 extern struct stru193_math *stru_5C6E00;
\ No newline at end of file