summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2003-11-23 14:38:23 +0000
committerpixel <pixel>2003-11-23 14:38:23 +0000
commit7e5d3d1668bbac9c536bec60ffd333be67274071 (patch)
treec2b1c61169d451c5ae18d05dd9aafc29dd280625
parent120a4aa66031c977dbdb6814951d49d4884783b4 (diff)
Added some ids :-P
-rw-r--r--MSVC/Baltisot - generic/Baltisot - generic.vcproj10
-rw-r--r--includes/cdutils.h4
-rw-r--r--lib/cdutils.cpp4
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>