Differences From Artifact [4e9162df7a]:
- File bs/util/graphviz.h — part of check-in [866b8caaca] at 2019-07-30 20:20:18 on branch trunk — Implemented the if statement. (user: achavasse size: 3746)
To Artifact [a390b068c6]:
- File bs/util/graphviz.h — part of check-in [af650a9e95] at 2019-09-22 14:37:55 on branch trunk — Project renaming. (user: achavasse size: 3740)
|
| | | | | 1 2 3 4 5 6 7 8 9 10 11 |
#ifndef GOOSE_UTIL_GRAPHVIZ_H
#define GOOSE_UTIL_GRAPHVIZ_H
namespace goose::util
{
namespace colors
{
// Base16 default color palette.
extern const char* base00;
extern const char* base01;
extern const char* base02;
|
| ︙ | ︙ |