Introduce namespace 'Sky'
svn-id: r12099
This commit is contained in:
parent
b1d729d6dd
commit
b0e23e35ee
121 changed files with 482 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue