flush
[m6w6/ext-psi] / src / libjit.h
1 #ifndef _PSI_LIBJIT_H
2 #define _PSI_LIBJIT_H
3
4 #include "context.h"
5
6 PSI_ContextOps *PSI_Libjit(void);
7
8 #endif