mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02:00
remove lambdas
This commit is contained in:
@@ -29,8 +29,6 @@
|
||||
|
||||
#include <queue>
|
||||
|
||||
typedef std::function<void (void)> Callback;
|
||||
|
||||
class Task {
|
||||
public:
|
||||
inline Task(const Callback& _callback) : ticks(0), callback(_callback) { }
|
||||
|
Reference in New Issue
Block a user