[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Usata-commits] Changes to usata2/src/system.hpp
From: |
David Lau |
Subject: |
[Usata-commits] Changes to usata2/src/system.hpp |
Date: |
Sun, 02 Jan 2005 02:19:41 -0500 |
Index: usata2/src/system.hpp
diff -u usata2/src/system.hpp:1.6 usata2/src/system.hpp:1.7
--- usata2/src/system.hpp:1.6 Sun Dec 26 18:36:42 2004
+++ usata2/src/system.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: system.hpp,v 1.6 2004/12/26 18:36:42 Descender Exp $
+// $Id: system.hpp,v 1.7 2005/01/02 06:34:43 skunix Exp $
#ifndef USATA_SYSTEM_HPP
#define USATA_SYSTEM_HPP
@@ -56,14 +56,14 @@
bool set_mode(const VideoMode&);
//! Checks to see if Requested mode is available, if not, gives a close
one
VideoMode scan_modes(const VideoMode& Request);
-}
+
namespace time
{
uint32_t get_ticks();
}
-
+}
}
#endif
- [Usata-commits] Changes to usata2/src/system.hpp,
David Lau <=