Add rsp files

This commit is contained in:
Ron Pedde
2006-04-30 23:02:35 +00:00
parent a2ea8c3de0
commit 553c57ccc1
6 changed files with 1480 additions and 0 deletions

18
src/plugins/rsp.h Normal file
View File

@@ -0,0 +1,18 @@
/*
* $Id: $
*/
#ifndef _RSP_H_
#define _RSP_H_
#define RSP_VERSION "1.0"
extern PLUGIN_INFO _pi;
#define infn ((PLUGIN_INPUT_FN *)(_pi.fn))
#ifndef TRUE
# define TRUE 1
# define FALSE 0
#endif
#endif /* _RSP_H_ */