diff options
author | Susu <bruant.bastien@gmail.com> | 2013-06-10 13:52:32 +0200 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:50:03 -0400 |
commit | c1059441bd63d827add002e3d6812b3242446898 (patch) | |
tree | 1edc135baaaa828328400fff4aefeefd66949082 /src/common/timer.h | |
parent | 2e78c43a6d9a3db26a3bbb4014d497b785a997aa (diff) | |
download | hercules-c1059441bd63d827add002e3d6812b3242446898.tar.gz hercules-c1059441bd63d827add002e3d6812b3242446898.tar.bz2 hercules-c1059441bd63d827add002e3d6812b3242446898.tar.xz hercules-c1059441bd63d827add002e3d6812b3242446898.zip |
Added SqlStmt functions to the SQL interface
Diffstat (limited to 'src/common/timer.h')
-rw-r--r-- | src/common/timer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/timer.h b/src/common/timer.h index 2cc243692..50f1c354b 100644 --- a/src/common/timer.h +++ b/src/common/timer.h @@ -1,10 +1,8 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams - #ifndef _TIMER_H_ #define _TIMER_H_ - #include "../common/cbasetypes.h" #define DIFF_TICK(a,b) ((int)((a)-(b))) @@ -34,7 +32,7 @@ struct TimerData { intptr_t data; }; -/* Hercules Renewal Phase One */ + /*===================================== * Interface : timer.h * Generated by HerculesInterfaceMaker @@ -59,7 +57,6 @@ struct timer_interface { unsigned long (*get_uptime) (void); int (*do_timer) (unsigned int tick); - void (*init) (void); void (*final) (void); } iTimer_s; |