Home | Forums | What's new | Resources | |
SGL S.8.8.1 Demo |
television2000 - Jan 2, 2012 |
television2000 | Jan 2, 2012 | |||
Hi Chilly. I tried that just now. Still won't work. I'm getting an "Undefined reference" to the 3 files. Any other ideas/suggestions ? |
antime | Jan 2, 2012 | |||
The declarations are in inc/ss_scrol.h, the definitions come via scl_data.c which just includes the cel/map/pal files. Make sure you're not linking against stale object files. |
antime | Jan 2, 2012 | |||
If you didn't get that warning when compiling the unmodified example, then no. Compare how the arrays are declared in the sample and in your modified files. |