My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
LibFormat  
Шаблон пользовательской библиотеки
Updated May 22, 2012 by Genovich.V.V
#ifdef _WIN32
        #include "..\preproc.h"
        #include <windows.h>
        char* slash = "\\";
#endif

#ifdef __linux__
        #include "../preproc.h"
        char* slash = "/";
#endif

void* __declspec (dllexport) func_name(int argc, string* args, gvars_t* gvars)
{
    //функционал
}
Powered by Google Project Hosting