mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-27 09:05:17 +00:00
asm: moved includes to include/asm/
Signed-off-by: Vegard Nossum <[email protected]>
This commit is contained in:
+4
-3
@@ -7,9 +7,10 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include "types.h"
|
||||
#include "mymath.h"
|
||||
#include "symbol.h"
|
||||
|
||||
#include "asm/types.h"
|
||||
#include "asm/mymath.h"
|
||||
#include "asm/symbol.h"
|
||||
|
||||
#define fix2double(i) ((double)(i/65536.0))
|
||||
#define double2fix(d) ((SLONG)(d*65536.0))
|
||||
|
||||
Reference in New Issue
Block a user