qse/ase/lsp/types.h

15 lines
240 B
C
Raw Normal View History

2005-02-04 15:39:11 +00:00
/*
2006-10-24 04:22:40 +00:00
* $Id: types.h,v 1.9 2006-10-24 04:22:40 bacon Exp $
2005-02-04 15:39:11 +00:00
*/
2006-10-24 04:22:40 +00:00
#ifndef _ASE_LSP_TYPES_H_
#define _ASE_LSP_TYPES_H_
2005-02-04 15:39:11 +00:00
2006-10-24 04:22:40 +00:00
#include <ase/types.h>
#include <ase/macros.h>
2005-02-04 15:39:11 +00:00
2006-10-24 04:22:40 +00:00
typedef ase_long_t ase_lsp_int_t;
typedef ase_real_t ase_lsp_real_t;
2005-02-04 15:39:11 +00:00
#endif