#112610 - QuantumDoja - Mon Dec 18, 2006 6:17 pm
Im compiling with devkitpro and I have a levels.h file that contains my levels....my code has just started throwing up saying:
parse error before u16 - this is the first line on the page...it was working??
im including it with
_________________
Chris Davis
parse error before u16 - this is the first line on the page...it was working??
Code: |
u16 LevelWidth0_0 = 68; u16 LevelHeight0_0 = 44; |
im including it with
Code: |
#include "levels.h" |
_________________
Chris Davis