blob: 73e1a414e60c8722ca9fd80c613089c2b6bdd53d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef __ASURA_ENGINE_BLEND_MODE_H__
#define __ASURA_ENGINE_BLEND_MODE_H__
#include <asura-utils/classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Graphics)
enum BlendMode
{
};
namespace_end
namespace_end
#endif
|