Project

General

Profile

Revision 254

deleted graph_macros.h

View differences:

proj/include/graph_macros.h
1
#ifndef GRAPHICS_MACROS_H_INCLUDED
2
#define GRAPHICS_MACROS_H_INCLUDED
3

  
4

  
5

  
6
#endif /* end of include guard: GRAPHICS_MACROS_H_INCLUDED */
7 0

  
proj/include/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
proj/include/proj_macros.h
1 1
#ifndef PROJ_MACROS_H_INCLUDED
2 2
#define PROJ_MACROS_H_INCLUDED
3 3

  
4
#include "graph_macros.h"
5

  
6 4
// WASD Movement Keys
7 5
#define W_MAKE_CODE         0x11    /** @brief W Make Code */
8 6
#define W_BREAK_CODE        0x91    /** @brief W Break Code */

Also available in: Unified diff