mirror of
https://github.com/weiju/amiga-stuff
synced 2026-09-12 11:40:43 +00:00
added the libraries subproject
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
** $VER: example.h 37.1 (4.12.96)
|
||||
**
|
||||
** prototype/pragma include for example.library
|
||||
**
|
||||
** (C) Copyright 1996 Andreas R. Kleinert
|
||||
** All Rights Reserved.
|
||||
*/
|
||||
|
||||
#ifndef PROTO_EXAMPLE_H
|
||||
#define PROTO_EXAMPLE_H
|
||||
|
||||
#include <clib/example_protos.h>
|
||||
#include <pragmas/example_pragmas.h>
|
||||
|
||||
#endif /* PROTO_EXAMPLE_H */
|
||||
Reference in New Issue
Block a user