1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
planetblupi/gettext.h

7 lines
105 B
C
Raw Normal View History

2017-02-07 19:39:10 +01:00
#pragma once
#define ENABLE_NLS 1
#include <stdlib.h>
#include <libintl.h>
#include "gettext/gettext.h"