diff options
| author | Keith Packard <keithp@keithp.com> | 2012-12-25 14:19:19 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-12-25 14:20:12 -0800 |
| commit | 669cde8a87d88ceae89e369c1d38b88c9f8198cf (patch) | |
| tree | 9f241ecb0abd86ead6c9bb65ce88a4f50f9622f4 /libaltos/libaltos.i0 | |
| parent | d7d35b0bd86b912c43a21a275347fca201079847 (diff) | |
Move libaltos to top level
This will let it be shared by the new MicroPeak gui
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos/libaltos.i0')
| -rw-r--r-- | libaltos/libaltos.i0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libaltos/libaltos.i0 b/libaltos/libaltos.i0 new file mode 100644 index 00000000..d06468f5 --- /dev/null +++ b/libaltos/libaltos.i0 @@ -0,0 +1,5 @@ +%module libaltos +%{ +#include "libaltos.h" +%} + |
