/ src / core / graphics.h
graphics.h
1  #ifndef _GRAPHICS_H_
2  #define _GRAPHICS_H_
3  
4  #include "hw.h"
5  
6  bool scan_graphics(hwNode &);
7  
8  #endif