MiniEngine/SDLWrapper/_BlendMode.h

11 lines
123 B
C++
Raw Normal View History

2017-06-18 20:37:17 +08:00
#pragma once
#include "begin_code.h"
2017-06-18 20:37:17 +08:00
enum class BlendMode
{
None,
Blend,
Add,
Mod
};
#include "end_code.h"