2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-01-19 18:28:05 +03:00

9 lines
182 B
C
Raw Normal View History

#ifndef _MYPLUGIN_INCLUDE_H
#define _MYPLUGIN_INCLUDE_H
#include "studio_api.h"
EXPORT void PluginLoad(load_info *pInfo);
EXPORT void PluginUnload();
#endif //_MYPLUGIN_INCLUDE_H