Root/
Source at commit 5fdea0e99a2e8543a59d508cf28e1f2ff3607f18 created 4 years 10 months ago. By Werner Almesberger, gui_canvas.c (key_press_event): make / rotate through packages as well | |
---|---|
1 | /* |
2 | * kicad.h - Dump objects in the KiCad board/module format |
3 | * |
4 | * Written 2009, 2011 by Werner Almesberger |
5 | * Copyright 2009, 2011 by Werner Almesberger |
6 | * |
7 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by |
9 | * the Free Software Foundation; either version 2 of the License, or |
10 | * (at your option) any later version. |
11 | */ |
12 | |
13 | |
14 | #ifndef KICAD_H |
15 | #define KICAD_H |
16 | |
17 | #include <stdio.h> |
18 | |
19 | |
20 | int kicad(FILE *file, const char *one); |
21 | |
22 | #endif /* !KICAD_H */ |
23 |
Branches:
master