Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[tpg/acess2.git] / Usermode / Applications / gui_ate_src / strings.h
1 /*
2  * Acess Text Editor (ATE)
3  * - By John Hodge (thePowersGang)
4  *
5  * strings.h
6  * - String Localisation
7  */
8 #ifndef _STRINGS_H_
9 #define _STRINGS_H_
10
11 extern const char *getstr(const char *key);
12 extern const char *getimg(const char *key);
13
14 #endif
15

UCC git Repository :: git.ucc.asn.au