/
vTech
/
FcApps
Обзор
Документация
Войти
/
vTech
/
FcApps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
FcLibs/FcWindow/src/FcPlatform/FcPlatform_WINAPI.h
23 строки
555 B
vTech
alpha_00
03 дек 2025, 17:45
03 дек 2025, 17:45
ab8382d
Код
Авторство
О чём код?
#if defined(_WIN32) || defined(_WIN64) #ifndef __FCPLATFORM_WINAPI_H__ #define __FCPLATFORM_WINAPI_H__ #include "FcError.h" #include "FcConfig.h" #include "FcPlatform_WINAPI_API.h" typedef struct FcPlatform_WINAPI_t FcPlatform_WINAPI_t; struct FcPlatform_WINAPI_t { HINSTANCE mInstance; INT mCmdShow; LPSTR mLineCMD; UINT mAtom_GL_ERROR; }; FCDEF FcWindow_Error_t FcPlatform_WINAPI(FcPlatform_WINAPI_t* pPlatform); FCDEF FcWindow_Error_t FcPlatform_WINAPI_free(FcPlatform_WINAPI_t* pPlatform); #endif //__FCPLATFORM_WINAPI_H__ #endif //WIN32