]> hydra-www.ietfng.org Git - acmetensortoys-chiptunes/commitdiff
Make tracker/stuff.h pull in progenv/types.h
authorNathaniel Wesley Filardo <nwf@pf.priv.oc.ietfng.org>
Sun, 21 Feb 2010 02:59:49 +0000 (21:59 -0500)
committerNathaniel Wesley Filardo <nwf@pf.priv.oc.ietfng.org>
Sun, 21 Feb 2010 02:59:49 +0000 (21:59 -0500)
tracker/stuff.h

index b32caec40c08b1256d523e8ccb953f20ef74d4eb..f5b2572b7738d3e5ace3e03e9c5ba33265eda006 100644 (file)
@@ -1,10 +1,6 @@
 #define TRACKLEN 32
 
-typedef unsigned char u8;
-typedef unsigned short u16;
-typedef char s8;
-typedef short s16;
-typedef unsigned long u32;
+#include <progenv/types.h>
 
 enum {
        WF_TRI,