From: Nathaniel Wesley Filardo Date: Sun, 21 Feb 2010 02:59:49 +0000 (-0500) Subject: Make tracker/stuff.h pull in progenv/types.h X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=29d71ecc48d12d9514cb934b46a48dbb3eaf86bf;p=acmetensortoys-chiptunes Make tracker/stuff.h pull in progenv/types.h --- diff --git a/tracker/stuff.h b/tracker/stuff.h index b32caec..f5b2572 100644 --- a/tracker/stuff.h +++ b/tracker/stuff.h @@ -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 enum { WF_TRI,