浏览代码

Porting to SDL2

Wei Mingzhi 12 年之前
父节点
当前提交
df195ba49a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common.h

+ 1 - 0
common.h

@@ -61,6 +61,7 @@ extern "C"
 #define SDLK_KP0     SDLK_KP_0
 
 #define SDL_HWSURFACE     0
+#define SDL_SetPalette(a,b,c,d,e) SDL_SetSurfacePalette(a,c)
 
 #endif