mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
FF4 - header file reorg
- Added new util.h and text.h header files. - Corresponding edits.
This commit is contained in:
parent
58e1f3691c
commit
04f60a4d8c
18 changed files with 166 additions and 65 deletions
|
@ -30,7 +30,8 @@
|
|||
#include "Table.h"
|
||||
#include "Date.h"
|
||||
#include "T.h"
|
||||
#include "task.h"
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
|
||||
static std::map <std::string, Text::color> gsFg;
|
||||
static std::map <std::string, Text::color> gsBg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue