cc: reduce impact of cc_draw header from 161 to 4 files

Origin commit data
------------------
Commit: 58c6dbf469
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)
This commit is contained in:
Stefan Seyfried
2017-02-12 14:09:40 +01:00
committed by vanhofen
parent 6ccc9927e9
commit 30fd1a003c
5 changed files with 6 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
#include <global.h>
#include <neutrino.h>
#include "cc_draw.h"
#include "cc_timer.h"
#include <cs_api.h>
#include <system/debug.h>
@@ -794,4 +795,4 @@ bool CCDraw::cancelBlink(bool keep_on_screen)
return res;
}
}