/*
By Iri for tests only
Don't use it to any product code !
 
Based from kernel/scolobj.c
*/

#ifndef __SCOL_GTK_REFLEX_H__
#define __SCOL_GTK_REFLEX_H__


#if ((defined __WIN32__) || (defined WIN32))
#include <windows.h>
#include "scol_plugin_win.h"
#else
#include "scol_plugin_lin.h"
#endif
#include "macros.h"



int scol_gtk_OBJfindTM (mmachine m, int typ, int objm);
int scol_gtk_OBJbeginreflex (mmachine m, int typ, int handsys, int cbnum);
int scol_gtk_OBJaddreflex (mmachine m,int typ, int cbnum);
int scol_gtk_OBJcallreflex (mmachine m, int nbarg);

#endif  /* __SCOL_GTK_REFLEX_H__ */


