4 lines
58 B
C
4 lines
58 B
C
|
#pragma once
|
||
|
#include <libintl.h>
|
||
|
#define _(x) gettext(x)
|