summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/image/image_decode_task.cpp
blob: 3cadb431784e175816d2069c77dc857a32ad4255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "image_decode_task.h"

namespace_begin(AsuraEngine)
namespace_begin(Image)

bool ImageDecodeTask::Execute()
{
	return false; 
}

void ImageDecodeTask::Invoke(lua_State* invokeThreaad)
{

}

namespace_end
namespace_end