summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/types.h
blob: 01359fc1b1afdb5cd6eb81c6545bbd218a370f0c (plain)
1
2
3
4
5
6
7
8
#ifndef _TYPES_H_
#define _TYPES_H_

#include <inttypes.h>

#define FIXED int32_t

#endif