Mercurial > pmdwin
comparison pmdwin.h @ 10:e3849cd10ad3 default tip
Build an intermediary fmgen.a archive.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 08 Sep 2014 17:44:53 +0200 |
parents | c55ea9478c80 |
children |
comparison
equal
deleted
inserted
replaced
9:4e34698c666b | 10:e3849cd10ad3 |
---|---|
8 #define PMDWIN_H | 8 #define PMDWIN_H |
9 | 9 |
10 #include <stdint.h> | 10 #include <stdint.h> |
11 #include <stdlib.h> | 11 #include <stdlib.h> |
12 #include <limits.h> | 12 #include <limits.h> |
13 #include "opna.h" | 13 #include "fmgen/opna.h" |
14 | 14 |
15 typedef unsigned char uchar; | 15 typedef unsigned char uchar; |
16 typedef unsigned short ushort; | 16 typedef unsigned short ushort; |
17 typedef unsigned int uint; | 17 typedef unsigned int uint; |
18 typedef unsigned long ulong; | 18 typedef unsigned long ulong; |