AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

games/settings/Setting.h

Committer:
sillevl
Date:
2017-02-09
Revision:
27:f29805113454
Parent:
12:22e9ef610ea2

File content as of revision 27:f29805113454:

#ifndef SETTING_H
#define SETTING_H

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



#endif