mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 09:47:11 +01:00
reorganize sources
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef EVENTDISPATCHER_H
|
||||
#define EVENTDISPATCHER_H
|
||||
|
||||
#include <global.h>
|
||||
#include "declarations.h"
|
||||
|
||||
struct ScheduledEvent {
|
||||
ScheduledEvent(int ticks, const SimpleCallback& callback) : ticks(ticks), callback(callback) { }
|
||||
|
||||
Reference in New Issue
Block a user