source:
robolliurex/trunk/fuentes/src/robolliurex.h
@
4393
Last change on this file since 4393 was 4393, checked in by , 4 years ago | |
---|---|
File size: 162 bytes |
Line | |
---|---|
1 | |
2 | |
3 | #ifndef _ROBOLLIUREX_ |
4 | #define _ROBOLLIUREX_ |
5 | |
6 | #include <libintl.h> |
7 | #include <locale.h> |
8 | |
9 | |
10 | #define VERSION "1.2.1" |
11 | |
12 | #define T(String) gettext(String) |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | #endif |
Note: See TracBrowser
for help on using the repository browser.