CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
CorsixTH
Src
th_gfx_common.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2021 Luis "driverpt" Duarte and Robert "flackr" Flack
3
4
Permission is hereby granted, free of charge, to any person obtaining a copy of
5
this software and associated documentation files (the "Software"), to deal in
6
the Software without restriction, including without limitation the rights to
7
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8
of the Software, and to permit persons to whom the Software is furnished to do
9
so, subject to the following conditions:
10
11
The above copyright notice and this permission notice shall be included in all
12
copies or substantial portions of the Software.
13
14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
SOFTWARE.
21
*/
22
#ifndef CORSIX_TH_TH_GFX_COMMON_H_
23
#define CORSIX_TH_TH_GFX_COMMON_H_
24
25
#include "
config.h
"
26
27
// This header is meant to be shared with GFX and GFX_SDL
28
30
enum class
animation_effect
{
32
none
,
34
glowing
,
36
jelly
,
37
};
38
39
#endif
config.h
animation_effect
animation_effect
Animation Effect for drawing a sprite with a special effect applied.
Definition
th_gfx_common.h:30
animation_effect::jelly
@ jelly
Jellyitis animation effect.
animation_effect::none
@ none
No special effect.
animation_effect::glowing
@ glowing
Serious Radiation effect.
Generated by