mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 01:37:12 +01:00
reorganize all constants and place them into namespaces
This commit is contained in:
@@ -25,11 +25,6 @@
|
||||
|
||||
#include "declarations.h"
|
||||
|
||||
enum BlendFuncType {
|
||||
BLEND_NORMAL,
|
||||
BLEND_COLORIZING
|
||||
};
|
||||
|
||||
class Graphics
|
||||
{
|
||||
public:
|
||||
@@ -56,7 +51,7 @@ public:
|
||||
|
||||
void bindColor(const Color& color);
|
||||
void bindTexture(const TexturePtr& texture);
|
||||
void bindBlendFunc(BlendFuncType blendType);
|
||||
void bindBlendFunc(Fw::BlendFunc blendType);
|
||||
|
||||
// drawing API
|
||||
void drawTexturedRect(const Rect& screenCoords,
|
||||
|
||||
Reference in New Issue
Block a user