Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi ChrKoval

Thanks for trying tilengine and supporting it with a donation :-)

I can't give support specific on Code::Blocks as I don't use this environment so I don't know where are the project options. I assume you're using Windows, usually you have to set-up two items:

* add the folder where "Tilengine.h" to the include search path
* add Tilengine.lib to the list of included libraries.

Code::Blocks uses gcc as the build backend, so the options are always the same no matter what IDE you're using.

Good luck!