Project

General

Profile

Revision 254

deleted graph_macros.h

View differences:

graph.h
1 1
#ifndef GRAPH_H_INCLUDED
2 2
#define GRAPH_H_INCLUDED
3 3

  
4
#include "graph_macros.h"
5

  
6 4
// Colors in RBG (8 bit)
7 5
#define GRAPH_BLACK               0x000000
8 6
#define GRAPH_WHITE               0xFFFFFF

Also available in: Unified diff