[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Usata-commits] Changes to usata2/src/usata.hpp
From: |
David Lau |
Subject: |
[Usata-commits] Changes to usata2/src/usata.hpp |
Date: |
Sun, 02 Jan 2005 02:19:41 -0500 |
Index: usata2/src/usata.hpp
diff -u usata2/src/usata.hpp:1.6 usata2/src/usata.hpp:1.7
--- usata2/src/usata.hpp:1.6 Fri Dec 31 07:27:46 2004
+++ usata2/src/usata.hpp Sun Jan 2 06:34:43 2005
@@ -10,7 +10,7 @@
// included in the software distribution, or visit
// http://www.fsf.org/licenses/gpl.html.
//
-// $Id: usata.hpp,v 1.6 2004/12/31 07:27:46 skunix Exp $
+// $Id: usata.hpp,v 1.7 2005/01/02 06:34:43 skunix Exp $
#ifndef USATA_USATA_HPP
#define USATA_USATA_HPP
@@ -30,13 +30,14 @@
void setup_video();
std::auto_ptr<TextureManager> texture_manager;
std::auto_ptr<SceneManager> scene;
+ bool quit;
public:
Usata();
~Usata();
int run();
+ int loop();
bool add_object(Object*);
bool add_object_gui(Object*);
-
void remove_object(Object*);
};
- [Usata-commits] Changes to usata2/src/usata.hpp,
David Lau <=
- [Usata-commits] Changes to usata2/src/usata.hpp, David Lau, 2005/01/09
- [Usata-commits] Changes to usata2/src/usata.hpp, David Lau, 2005/01/15
- [Usata-commits] Changes to usata2/src/usata.hpp, David Lau, 2005/01/17
- [Usata-commits] Changes to usata2/src/usata.hpp, David Lau, 2005/01/19
- [Usata-commits] Changes to usata2/src/usata.hpp, David Lau, 2005/01/25