Bug #1097 ยป 0081-SDL3_rotozoom.h-Update-multiple-inclusion-guard.patch
| client/gui-sdl3/SDL3_gfx/SDL3_rotozoom.h | ||
|---|---|---|
|
*/
|
||
|
#ifndef _SDL2_rotozoom_h
|
||
|
#define _SDL2_rotozoom_h
|
||
|
#ifndef _SDL3_rotozoom_h
|
||
|
#define _SDL3_rotozoom_h
|
||
|
#include <math.h>
|
||
| ... | ... | |
|
}
|
||
|
#endif
|
||
|
#endif /* _SDL2_rotozoom_h */
|
||
|
#endif /* _SDL3_rotozoom_h */
|
||