AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

games/settings/Setting.h

Committer:
sillevl
Date:
2015-05-23
Revision:
12:22e9ef610ea2

File content as of revision 12:22e9ef610ea2:

#ifndef SETTING_H
#define SETTING_H

class Setting{
    public: 
    Setting();
    
    private:
    string title;
    //printable on lcd
    
}



#endif