Search found 1 match

by wcr
Sun Jun 13, 2021 5:06 pm
Forum: SGDK
Topic: Header files ignored when compiling
Replies: 1
Views: 5215

Header files ignored when compiling

Hello, I'm relatively new to SGDK and C in general, and I'm trying to make a game with a separate file for the player ( player.h ) (already included in main.c) so that main.c doesn't get too messy. However, even though it works for the most part, it seems that the compiler only detects changes when ...