forked from github/server
89649844f6
simplifying git repository structure
14 lines
250 B
C
14 lines
250 B
C
#include <settings.h>
|
|
#include <platform.h>
|
|
#include "stdafx.h"
|
|
|
|
#ifdef _MSC_VER
|
|
#pragma warning(push)
|
|
#pragma warning(disable: 4668)
|
|
#include <curses.h>
|
|
#pragma warning(pop)
|
|
#endif
|
|
|
|
#include <util/listbox.c>
|
|
#include <gmtool.c>
|
|
#include <eressea.c>
|