1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

added the libraries subproject

This commit is contained in:
Wei-ju Wu
2016-06-15 10:33:09 -07:00
parent 9b22fcb802
commit 7f15fd6575
20 changed files with 609 additions and 1 deletions

View File

@ -0,0 +1,15 @@
/*
** $VER: example.h 37.1 (4.12.96)
**
** main include file for example.library
**
** (C) Copyright 1996 Andreas R. Kleinert
** All Rights Reserved.
*/
#ifndef EXAMPLE_EXAMPLE_H
#define EXAMPLE_EXAMPLE_H
/* nothing defined yet */
#endif /* EXAMPLE_EXAMPLE_H */