mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 18:34:05 +02:00
- added leak_dumper header all over the place (not yet functional in linux)
- Bugfix for particle cleanup
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
#ifndef SYNSOFT_UNIXEM_INCL_H_GLOB
|
||||
#define SYNSOFT_UNIXEM_INCL_H_GLOB
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
||||
/* ////////////////////////////////////////////////////////////////////// */
|
||||
|
||||
/** \weakgroup unixem Synesis Software UNIX Emulation for Win32
|
||||
|
@@ -0,0 +1,23 @@
|
||||
// ==============================================================
|
||||
// This file is part of Glest Shared Library (www.glest.org)
|
||||
//
|
||||
// Copyright (C) 2001-2005 Martio Figueroa
|
||||
//
|
||||
// You can redistribute this code and/or modify it under
|
||||
// the terms of the GNU General Public License as published
|
||||
// by the Free Software Foundation; either version 2 of the
|
||||
// License, or (at your option) any later version
|
||||
// ==============================================================
|
||||
|
||||
#ifndef _SHARED_PLATFORM_DEFINITIONS_H_
|
||||
#define _SHARED_PLATFORM_DEFINITIONS_H_
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
||||
namespace Shared{ namespace Platform{
|
||||
|
||||
|
||||
|
||||
}}//end namespace
|
||||
|
||||
#endif
|
@@ -16,6 +16,7 @@
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
#include "platform_common.h"
|
||||
#include "leak_dumper.h"
|
||||
|
||||
using namespace Shared::PlatformCommon;
|
||||
using std::string;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// ==============================================================
|
||||
// This file is part of Glest Shared Library (www.glest.org)
|
||||
//
|
||||
// Copyright (C) 2001-2008 Marti<EFBFBD>o Figueroa
|
||||
// Copyright (C) 2001-2008 Martio Figueroa
|
||||
//
|
||||
// You can redistribute this code and/or modify it under
|
||||
// the terms of the GNU General Public License as published
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#include "leak_dumper.h"
|
||||
|
||||
namespace Shared{ namespace Platform{
|
||||
|
||||
|
Reference in New Issue
Block a user