diff options
| author | Petr Mrázek | 2011-06-16 23:53:39 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-06-16 23:53:39 +0200 |
| commit | 93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d (patch) | |
| tree | e62c34591b1be8a52b51ddb0b7ff18bf0304a26a /library/Process-windows.cpp | |
| parent | 7136ac7aa42cc564ba92c116441430caf01ba961 (diff) | |
| download | dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.gz dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.bz2 dfhack-93be1eb1fbdfe4fbe82891a88ce9fc35165eb07d.tar.xz | |
Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping and ability to run reveal from DFHack console.
Diffstat (limited to 'library/Process-windows.cpp')
| -rw-r--r-- | library/Process-windows.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/Process-windows.cpp b/library/Process-windows.cpp index 543f7c70..a54a0c75 100644 --- a/library/Process-windows.cpp +++ b/library/Process-windows.cpp @@ -1,6 +1,6 @@ /* -www.sourceforge.net/projects/dfhack -Copyright (c) 2009 Petr Mrázek (peterix), Kenneth Ferland (Impaler[WrG]), dorf +https://github.com/peterix/dfhack +Copyright (c) 2009-2011 Petr Mrázek (peterix@gmail.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any @@ -21,6 +21,7 @@ must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ + #include "Internal.h" #include "PlatformInternal.h" #include <cstring> |
