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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 58c6dbf469
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-02-12 14:09:40 +01:00
committed by vanhofen
parent 001c4e7d05
commit 5cc48eb30a
5 changed files with 6 additions and 3 deletions

View File

@@ -34,13 +34,13 @@
#include <driver/neutrinofonts.h>
#include "cc_base.h"
#include "cc_frm.h"
#include "cc_timer.h"
#include "cc_text_screen.h"
//! Sub class of CComponents. Show clock with digits on screen.
/*!
Usable as simple fixed display or as ticking clock.
*/
class CComponentsTimer;
class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
{
private: