diff --git a/sys/sde/colours.cc b/sys/sde/colours.cc index edc030f..49b9695 100644 --- a/sys/sde/colours.cc +++ b/sys/sde/colours.cc @@ -26,11 +26,12 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +extern "C" { #include #include #include -extern "C" { + #include #include #include @@ -38,9 +39,7 @@ #include #include #include -} -extern "C" { void sdeTestThread() { // uInt32 count, i = 0x0; uInt8 r, g, b; @@ -90,7 +89,7 @@ screen->FillCircle(screen->GetMaxX() - 50, 50, count, screen->RGB(r, g, b)); -// screen->FillRect(screen->GetMaxX() - 50 - count, count, +// screen->FillRect(screen->GetMaxX() - 50 - count, count, // screen->GetMaxX() - count, 100 - count, // screen->RGB(r, g, b)); r -= 8; @@ -118,8 +117,3 @@ } // sdeTestThread } - -/*** - END - ***/ -