Created
October 29, 2018 20:47
-
-
Save cpb/d4a36737a8c48872af4c696bfb6fc985 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compiling ../../../../ext/sdl/sge/sge_bm_text.cpp | |
../../../../ext/sdl/sge/sge_bm_text.cpp:54:3: error: use of undeclared identifier 'SDL_assert' | |
SDL_assert(0 && "sge_BF_CreateFont"); | |
^ | |
../../../../ext/sdl/sge/sge_bm_text.cpp:68:4: error: use of undeclared identifier 'SDL_SetPaletteColors' | |
SDL_SetPaletteColors(tmp->format->palette, c, 0, 2); | |
^ | |
../../../../ext/sdl/sge/sge_bm_text.cpp:387:3: error: use of undeclared identifier 'SDL_SetPaletteColors' | |
SDL_SetPaletteColors(font->FontSurface->format->palette, c, 0, 2); | |
^ | |
../../../../ext/sdl/sge/sge_bm_text.cpp:397:2: error: use of undeclared identifier 'SDL_SetSurfaceAlphaMod' | |
SDL_SetSurfaceAlphaMod(font->FontSurface, alpha); | |
^ | |
4 errors generated. | |
make: *** [sge_bm_text.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment