File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,9 @@ namespace RTE {
150
150
FMOD::Sound* GetAsSound (bool abortGameForInvalidSound = true , bool asyncLoading = true );
151
151
#pragma endregion
152
152
153
+ // / Copies the default palette to an sdl palette.
154
+ static SDL_Palette* DefaultPaletteToSDL ();
155
+
153
156
private:
154
157
// / Enumeration for loading BITMAPs by bit depth. NOTE: This can't be lower down because s_LoadedBitmaps relies on this definition.
155
158
enum BitDepths {
@@ -200,8 +203,6 @@ namespace RTE {
200
203
#pragma endregion
201
204
202
205
#pragma region Data Handling
203
- // / Copies the default palette to an sdl palette.
204
- static SDL_Palette* DefaultPaletteToSDL ();
205
206
206
207
// / Loads the data from dataPahtToLoad as an SDL_Surface.
207
208
// / This prevents allegro from doing anything to the image colors it'd otherwise be doing, like breaking the palette or removing alpha values.
You can’t perform that action at this time.
0 commit comments