Mercurial > hg > aimc
diff src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.cc @ 118:18237d55e346
- A few changes to get graphics working. In progress.
author | tom@acousticscale.org |
---|---|
date | Sat, 16 Oct 2010 22:27:03 +0000 |
parents | c5ac2f0c7fc5 |
children | a9cb396529c2 |
line wrap: on
line diff
--- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.cc Fri Oct 15 05:46:53 2010 +0000 +++ b/src/Modules/Output/Graphics/Devices/GraphicsOutputDevice.cc Sat Oct 16 22:27:03 2010 +0000 @@ -18,6 +18,8 @@ #include "Support/Common.h" #include "Modules/Output/Graphics/Devices/GraphicsOutputDevice.h" +namespace aimc { + GraphicsOutputDevice::GraphicsOutputDevice(Parameters *pParam) { m_pParam = pParam; } @@ -51,3 +53,4 @@ bool bRotated) { gText3f(x, y, 0, sStr, bRotated); } +} // namespace aimc