#include "bcdisplayinfo.h"#include "bchash.h"#include "filesystem.h"#include "reverb.h"#include "reverbwindow.h"#include <string.h>#include <libintl.h>

Go to the source code of this file.
Defines | |
| #define | _(String) gettext(String) |
| #define | gettext_noop(String) String |
| #define | N_(String) gettext_noop (String) |
| #define _ | ( | String | ) | gettext(String) |
Definition at line 12 of file reverbwindow.C.
| #define gettext_noop | ( | String | ) | String |
Definition at line 13 of file reverbwindow.C.
| #define N_ | ( | String | ) | gettext_noop (String) |
Definition at line 14 of file reverbwindow.C.
1.5.5