Resources handling started
This commit is contained in:
21
Resources.cpp
Normal file
21
Resources.cpp
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Resources.cpp
|
||||
*
|
||||
* Created on: 05.03.2014
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
|
||||
#include "Resources.h"
|
||||
|
||||
|
||||
|
||||
String TEXT;
|
||||
|
||||
|
||||
const String& getResource(uint8_t key) {
|
||||
// return TEXT_RESOURCES[key];
|
||||
TEXT = String("T") + key + String(": ");
|
||||
return TEXT;
|
||||
}
|
||||
|
Reference in New Issue
Block a user