namespace

This commit is contained in:
Glenn Maynard
2006-01-24 03:53:17 +00:00
parent 8ce8c3f1cc
commit 86aebecbdb
4 changed files with 12 additions and 9 deletions
+6 -3
View File
@@ -3,9 +3,12 @@
#ifndef GAME_LOOP_H
#define GAME_LOOP_H
void GameLoop();
void StartConcurrentRendering();
void FinishConcurrentRendering();
namespace GameLoop
{
void GameLoop();
void StartConcurrentRendering();
void FinishConcurrentRendering();
};
#endif