@ -19,6 +19,7 @@
#include "types_nl.h"
#include "tds.h"
#include "singleton.h"
namespace NLMISC {
@ -17,6 +17,8 @@
#ifndef _GRID_TRAVERSAL_H
#define _GRID_TRAVERSAL_H
namespace NLMISC
{
@ -19,7 +19,7 @@
#include "game_device.h"
#include "common.h"
@ -17,6 +17,7 @@
#ifndef RY_INTER_WINDOW_MSG_QUEUE_H
#define RY_INTER_WINDOW_MSG_QUEUE_H
#ifdef NL_OS_WINDOWS
@ -17,9 +17,10 @@
#ifndef NL_P_THREAD_H
#define NL_P_THREAD_H
#ifdef NL_OS_UNIX
#include "thread.h"
#include <pthread.h>
@ -19,14 +19,13 @@
#include "time_nl.h"
#include "string_mapper.h"
#include <map>
#include <string>
#include <vector>
/// Exception throw when a find is not found in a lookup() call
@ -21,6 +21,7 @@
#include "matrix.h"
#include "stream.h"
#include "vector_2f.h"
@ -18,6 +18,7 @@
#define NL_POOL_MEMORY_H
#include <list>
@ -20,6 +20,7 @@
#include "vector.h"
#include <cmath>
@ -18,6 +18,8 @@
#ifndef NL_RESOURCE_PTR_INLINE_H
#define NL_RESOURCE_PTR_INLINE_H
@ -17,11 +17,11 @@
#ifndef NL_RGBA_H
#define NL_RGBA_H
#include <algorithm>
@ -17,11 +17,12 @@
#ifndef NL_SHA1_H
#define NL_SHA1_H
struct CHashKey
CHashKey () { HashKeyString.resize(20); }
#ifndef NL_SMARTPTR_INLINE_H
#define NL_SMARTPTR_INLINE_H
#include "stl_block_allocator.h"
#include <deque>
#include "ucstring.h"
#include "class_registry.h"
#include <utility>
@ -17,10 +17,11 @@
#ifndef NL_STREAM_INLINE_H
#define NL_STREAM_INLINE_H
#include <cstdio>
#include "debug.h"
#define NL_STRING_ID_ARRAY_H
@ -25,8 +26,6 @@
#include <set>
@ -18,13 +18,12 @@
#define STRING_MAPPER_H
#include "mutex.h"
#ifndef NL_WIN32_UTIL_H
#define NL_WIN32_UTIL_H