1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

eeshow/: move graphics low-level functions to gfx/

This commit is contained in:
Werner Almesberger
2016-08-17 21:28:42 -03:00
parent c353129172
commit 9829f7070f
24 changed files with 87 additions and 85 deletions

View File

@@ -16,8 +16,8 @@
#include <stdbool.h>
#include "dwg.h"
#include "text.h"
#include "kicad/dwg.h"
#include "gfx/text.h"
#include "file/file.h"
#include "kicad/lib.h"