aboutsummaryrefslogtreecommitdiff
path: root/source/c4.h
diff options
context:
space:
mode:
authoraliaspider2014-11-03 15:26:54 +0100
committeraliaspider2014-11-03 15:26:54 +0100
commit4a54fd4018adf931fb436acba2399efc6d6d1176 (patch)
treeefba5c3c8e1057bce6a7fff834f2dcda36707e5a /source/c4.h
parentc599f551ea0862b397b2e8b1ca4b441b4ab8c8f1 (diff)
downloadsnes9x2005-4a54fd4018adf931fb436acba2399efc6d6d1176.tar.gz
snes9x2005-4a54fd4018adf931fb436acba2399efc6d6d1176.tar.bz2
snes9x2005-4a54fd4018adf931fb436acba2399efc6d6d1176.zip
use stdint/stdbool
Diffstat (limited to 'source/c4.h')
-rw-r--r--source/c4.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/source/c4.h b/source/c4.h
index ba67c84..c6964ff 100644
--- a/source/c4.h
+++ b/source/c4.h
@@ -91,30 +91,30 @@
#include "port.h"
-extern int16 C4WFXVal;
-extern int16 C4WFYVal;
-extern int16 C4WFZVal;
-extern int16 C4WFX2Val;
-extern int16 C4WFY2Val;
-extern int16 C4WFDist;
-extern int16 C4WFScale;
+extern int16_t C4WFXVal;
+extern int16_t C4WFYVal;
+extern int16_t C4WFZVal;
+extern int16_t C4WFX2Val;
+extern int16_t C4WFY2Val;
+extern int16_t C4WFDist;
+extern int16_t C4WFScale;
void C4TransfWireFrame();
void C4TransfWireFrame2();
void C4CalcWireFrame();
-extern int16 C41FXVal;
-extern int16 C41FYVal;
-extern int16 C41FAngleRes;
-extern int16 C41FDist;
-extern int16 C41FDistVal;
+extern int16_t C41FXVal;
+extern int16_t C41FYVal;
+extern int16_t C41FAngleRes;
+extern int16_t C41FDist;
+extern int16_t C41FDistVal;
void C4Op1F();
void C4Op15();
void C4Op0D();
-extern int16 C4CosTable[];
-extern int16 C4SinTable[];
+extern int16_t C4CosTable[];
+extern int16_t C4SinTable[];
#endif