[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Usata-commits] Changes to usata2/src/object.hpp
From: |
David Lau |
Subject: |
[Usata-commits] Changes to usata2/src/object.hpp |
Date: |
Wed, 23 Feb 2005 11:54:23 -0500 |
Index: usata2/src/object.hpp
diff -u usata2/src/object.hpp:1.14 usata2/src/object.hpp:1.15
--- usata2/src/object.hpp:1.14 Wed Feb 2 20:52:04 2005
+++ usata2/src/object.hpp Wed Feb 23 16:54:23 2005
@@ -10,7 +10,7 @@
// included in the software distribution, or visit
// http://www.fsf.org/licenses/gpl.html.
//
-// $Id: object.hpp,v 1.14 2005/02/02 20:52:04 skunix Exp $
+// $Id: object.hpp,v 1.15 2005/02/23 16:54:23 skunix Exp $
#ifndef USATA_GAME_OBJECT_HPP
@@ -21,6 +21,7 @@
#include <boost/shared_ptr.hpp>
#include "usata.hpp"
+#include "gproperties.hpp"
#include "exception_types.hpp"
// these need to go somewhere else
@@ -65,11 +66,12 @@
struct ResourceList
{
};
-
+/*
class ObjectProperties
{
};
-
+*/
+ typedef GProperties<std::string> ObjectProperties;
class GCInterface
{
public: