diff options
-rw-r--r-- | MSVC/Baltisot - generic/Baltisot - generic.vcproj | 10 | ||||
-rw-r--r-- | includes/cdutils.h | 4 | ||||
-rw-r--r-- | lib/cdutils.cpp | 4 |
3 files changed, 16 insertions, 2 deletions
diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index 79e5a2b..71f385e 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -157,6 +157,16 @@ <File
RelativePath="..\..\generic\include\BLua.h">
</File>
+ <Filter
+ Name="LuaHandle"
+ Filter="">
+ <File
+ RelativePath="..\..\generic\lib\LuaHandle.cc">
+ </File>
+ <File
+ RelativePath="..\..\generic\include\LuaHandle.h">
+ </File>
+ </Filter>
</Filter>
<Filter
Name="Main class"
diff --git a/includes/cdutils.h b/includes/cdutils.h index 86779ba..fda2cc5 100644 --- a/includes/cdutils.h +++ b/includes/cdutils.h @@ -1,6 +1,6 @@ /* * PSX-Tools Bundle Pack - * Copyright (C) 2002 Nicolas "Pixel" Noble + * Copyright (C) 2002-2003 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* $id */ + #ifndef __CDUTILS_H__ #define __CDUTILS_H__ diff --git a/lib/cdutils.cpp b/lib/cdutils.cpp index 85780df..5aa1ab9 100644 --- a/lib/cdutils.cpp +++ b/lib/cdutils.cpp @@ -1,6 +1,6 @@ /* * PSX-Tools Bundle Pack - * Copyright (C) 2002 Nicolas "Pixel" Noble + * Copyright (C) 2002-2003 Nicolas "Pixel" Noble * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,6 +17,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* $id */ + #include <stdio.h> #include <string.h> #include <malloc.h> |