Christmas pokitto game

Dependencies:   PokittoLib

My_settings.h

Committer:
trelemar
Date:
2017-12-29
Revision:
1:f627e743a24f
Parent:
0:8bd3f20eb4de

File content as of revision 1:f627e743a24f:

/**************************************************************************/
/*!
    @file     My_settings.h
    @author   Trevor Martin (trelemar)

    @section HOW TO USE My_settings

   My_settings can be used to set project settings inside the mbed online IDE
*/
/**************************************************************************/

#ifndef MY_SETTINGS_H
#define MY_SETTINGS_H

#define PROJ_HIRES 0            //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88)
#define PROJ_ENABLE_SOUND 0     // 0 = all sound functions disabled
#endif