- fixed compilation in debug mode.
- moved timer definitions into their own header/source files. d_main is not the right place for this. - removed some leftover cruft from the old timer code.
This commit is contained in:
parent
7d63c3324d
commit
6bd76d6b5a
24 changed files with 220 additions and 172 deletions
|
|
@ -47,7 +47,7 @@
|
|||
#include "templates.h"
|
||||
#include "dobject.h"
|
||||
#include "vm.h"
|
||||
#include "d_main.h"
|
||||
#include "i_time.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue