I'm just trying to begin develop a game in Marmalade (6.3). But when I have made my new sources (.cpp, and .h) and added them to the mkb, and then trying to run my program, then I got an error which says that Unable to find file.cpp in path(s). It's for all of my files except the files (game.h, game.cpp, main.cpp) which were made by Marmalade when I have chosen the new 2D game project. Should I add my .cpp and .h files to anywhere else?
Thanks
Just to clarify previous answer, The format of
files
directive is like this -for example I have two files
SoundManager.h
andSoundManager.cpp
inSystem
folder ofSource
, whileMainMenu.h
andMainMenu.cpp
inSource/UI
. Now the files directive would be -