summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorpixel <pixel>2004-05-01 11:48:57 +0000
committerpixel <pixel>2004-05-01 11:48:57 +0000
commitd834a8d9332f18642c5511cdd56085e366635a61 (patch)
tree022d981fe51745bd8501835494ad914faedd2613 /includes
parent2d6892d1a4d9cc0f189cd7aa7a1101d35d3519a2 (diff)
Fixes, changes, improvements, ...
Diffstat (limited to 'includes')
-rw-r--r--includes/luacd.h11
-rw-r--r--includes/luapsx.h4
2 files changed, 3 insertions, 12 deletions
diff --git a/includes/luacd.h b/includes/luacd.h
index 034e6f7..c26957f 100644
--- a/includes/luacd.h
+++ b/includes/luacd.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: luacd.h,v 1.5 2003-12-11 16:53:42 pixel Exp $ */
+/* $Id: luacd.h,v 1.6 2004-05-01 11:48:57 pixel Exp $ */
#ifndef __LUACD_H__
#define __LUACD_H__
@@ -30,7 +30,6 @@
#define CD_PUSHSTATICS(L) { \
Luacdutils::pushstatics(L); \
- Luacdfile::pushstatics(L); \
Luacddate::pushstatics(L); \
LuaPVD::pushstatics(L); \
LuaDirTree::pushstatics(L); \
@@ -46,14 +45,6 @@ class Luacdutils : public LuaObject {
cdutils * cd;
};
-class Luacdfile : public LuaHandle {
- public:
- static void pushstatics(Lua *) throw (GeneralException);
- Luacdfile(cdfile *);
- protected:
- virtual void pushmembers(Lua *);
-};
-
class Luadirentry : public LuaObject {
public:
Luadirentry(cdutils::DirEntry *);
diff --git a/includes/luapsx.h b/includes/luapsx.h
index 53d5c4f..1d28dcc 100644
--- a/includes/luapsx.h
+++ b/includes/luapsx.h
@@ -1,4 +1,4 @@
-/*
+ /*
* PSX-Tools Bundle Pack
* Copyright (C) 2002-2003 Nicolas "Pixel" Noble
*
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: luapsx.h,v 1.2 2004-02-29 17:44:42 pixel Exp $ */
+/* $Id: luapsx.h,v 1.3 2004-05-01 11:48:58 pixel Exp $ */
#ifndef __LUAPSX_H__
#define __LUAPSX_H__