Pokitto turn based strategy game.

Dependencies:   PokittoLib

Committer:
trelemar
Date:
Tue Mar 06 12:57:47 2018 +0000
Revision:
13:8a3620166b57
Parent:
1:189e78ff65b1
Open Source

Who changed what in which revision?

UserRevisionLine numberNew contents of line
trelemar 0:86d8ece873ca 1 /* This is an example of how to set your own project settings
trelemar 0:86d8ece873ca 2
trelemar 0:86d8ece873ca 3 To use
trelemar 0:86d8ece873ca 4
trelemar 0:86d8ece873ca 5 1. make a copy of this file by pressing right mouse button on top of this file
trelemar 0:86d8ece873ca 6 in the mbed online compiler, then choose "Clone"
trelemar 0:86d8ece873ca 7
trelemar 0:86d8ece873ca 8 2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder
trelemar 0:86d8ece873ca 9 Drag & drop to move if needed
trelemar 0:86d8ece873ca 10
trelemar 0:86d8ece873ca 11 3. rename the clone to "My_settings.h"
trelemar 0:86d8ece873ca 12
trelemar 0:86d8ece873ca 13 */
trelemar 0:86d8ece873ca 14
trelemar 0:86d8ece873ca 15 #define PROJ_HIRES 0
trelemar 0:86d8ece873ca 16 #define PROJ_ENABLE_SOUND 0