project_files/hwc/rtl/fpcrtl.h
changeset 10129 cd2a64a1f4aa
parent 10128 0f6878b5395a
child 11368 c481d087f653
equal deleted inserted replaced
10128:0f6878b5395a 10129:cd2a64a1f4aa
   146 #define sdlh_SDL_SetColorKey                SDL_SetColorKey
   146 #define sdlh_SDL_SetColorKey                SDL_SetColorKey
   147 #define sdlh_SDL_SetVideoMode               SDL_SetVideoMode
   147 #define sdlh_SDL_SetVideoMode               SDL_SetVideoMode
   148 #define sdlh_SDL_WaitThread                 SDL_WaitThread
   148 #define sdlh_SDL_WaitThread                 SDL_WaitThread
   149 #define sdlh_SDL_CreateMutex                SDL_CreateMutex
   149 #define sdlh_SDL_CreateMutex                SDL_CreateMutex
   150 #define sdlh_SDL_DestroyMutex               SDL_DestroyMutex
   150 #define sdlh_SDL_DestroyMutex               SDL_DestroyMutex
   151 #define sdlh_SDL_LockMutex                  SDL_mutexP
   151 #define SDL_LockMutex                       SDL_mutexP
   152 #define sdlh_SDL_UnlockMutex                SDL_mutexV
   152 #define SDL_UnlockMutex                     SDL_mutexV
   153 #ifndef EMSCRIPTEN
   153 #ifndef EMSCRIPTEN
   154 #define sdlh_SDL_ShowCursor                 SDL_ShowCursor
   154 #define sdlh_SDL_ShowCursor                 SDL_ShowCursor
   155 #else
   155 #else
   156 #define sdlh_SDL_ShowCursor                 SDL_ShowCursor_patch
   156 #define sdlh_SDL_ShowCursor                 SDL_ShowCursor_patch
   157 #endif
   157 #endif
   179 #define sdlh_TTF_RenderUTF8_Blended         TTF_RenderUTF8_Blended
   179 #define sdlh_TTF_RenderUTF8_Blended         TTF_RenderUTF8_Blended
   180 #define sdlh_TTF_RenderUTF8_Solid           TTF_RenderUTF8_Solid
   180 #define sdlh_TTF_RenderUTF8_Solid           TTF_RenderUTF8_Solid
   181 #define sdlh_TTF_SetFontStyle               TTF_SetFontStyle
   181 #define sdlh_TTF_SetFontStyle               TTF_SetFontStyle
   182 #define sdlh_TTF_SizeUTF8                   TTF_SizeUTF8
   182 #define sdlh_TTF_SizeUTF8                   TTF_SizeUTF8
   183 
   183 
       
   184 #define uphysfslayer_physfsReaderSetBuffer  physfsReaderSetBuffer
       
   185 #define uphysfslayer_physfsReader           physfsReader
       
   186 #define uphysfslayer_hedgewarsMountPackage  hedgewarsMountPackage
       
   187 #define uphysfslayer_hedgewarsMountPackages hedgewarsMountPackages
       
   188 
       
   189 #define uphysfslayer_PHYSFSRWOPS_openRead   PHYSFSRWOPS_openRead
       
   190 #define uphysfslayer_PHYSFSRWOPS_openWrite  PHYSFSRWOPS_openWrite
       
   191 
   184 #define _strconcat                          fpcrtl_strconcat
   192 #define _strconcat                          fpcrtl_strconcat
   185 #define _strappend                          fpcrtl_strappend
   193 #define _strappend                          fpcrtl_strappend
   186 #define _strprepend                         fpcrtl_strprepend
   194 #define _strprepend                         fpcrtl_strprepend
   187 #define _strcompare                         fpcrtl_strcompare
   195 #define _strcompare                         fpcrtl_strcompare
   188 #define _strncompare                        fpcrtl_strncompare
   196 #define _strncompare                        fpcrtl_strncompare