15 lines
240 B
C
15 lines
240 B
C
/*
|
|
* $Id: types.h,v 1.9 2006-10-24 04:22:40 bacon Exp $
|
|
*/
|
|
|
|
#ifndef _ASE_LSP_TYPES_H_
|
|
#define _ASE_LSP_TYPES_H_
|
|
|
|
#include <ase/types.h>
|
|
#include <ase/macros.h>
|
|
|
|
typedef ase_long_t ase_lsp_int_t;
|
|
typedef ase_real_t ase_lsp_real_t;
|
|
|
|
#endif
|