Introduce namespace 'Sky'

svn-id: r12099
This commit is contained in:
Max Horn 2004-01-03 01:58:58 +00:00
parent b1d729d6dd
commit b0e23e35ee
121 changed files with 482 additions and 6 deletions

View file

@ -28,6 +28,8 @@
#include "sky/skydefs.h"
#include "sky/struc.h"
namespace Sky {
uint8 SkyScreen::_top16Colours[16*3] = {
0, 0, 0,
38, 38, 38,
@ -783,3 +785,4 @@ void SkyScreen::showGrid(uint8 *gridBuf) {
}
} // End of namespace Sky