* Returns the state's 8bpp palette. * @return Pointer to the palette's colors. */
| 385 | * @return Pointer to the palette's colors. |
| 386 | */ |
| 387 | SDL_Color *const State::getPalette() |
| 388 | { |
| 389 | return _palette; |
| 390 | } |
| 391 | |
| 392 | /** |
| 393 | * Each state will probably need its own resize handling, |
no outgoing calls
no test coverage detected