mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
7 lines
105 B
C
7 lines
105 B
C
|
#pragma once
|
||
|
|
||
|
#define ENABLE_NLS 1
|
||
|
#include <stdlib.h>
|
||
|
#include <libintl.h>
|
||
|
#include "gettext/gettext.h"
|