kiritow d2d11aeec5 Update to SDL2.0.7, SDL_image 2.0.2
It seems that SDL_Mixer 2.0.2 is not built with any audio support.
No newer version of SDL_ttf found.
2017-12-31 17:57:20 +08:00

11 lines
123 B
C++

#pragma once
#include "begin_code.h"
enum class BlendMode
{
None,
Blend,
Add,
Mod
};
#include "end_code.h"