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:
19
libraries/example_lib/include/clib/example_protos.h
Normal file
19
libraries/example_lib/include/clib/example_protos.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
** $VER: example_protos.h 37.1 (4.12.96)
|
||||
**
|
||||
** prototypes for example.library
|
||||
**
|
||||
** (C) Copyright 1996 Andreas R. Kleinert
|
||||
** All Rights Reserved.
|
||||
*/
|
||||
|
||||
#ifndef CLIB_EXAMPLE_PROTOS_H
|
||||
#define CLIB_EXAMPLE_PROTOS_H
|
||||
|
||||
#ifndef EXAMPLE_EXAMPLE_H
|
||||
#include <example/example.h>
|
||||
#endif /* EXAMPLE_EXAMPLE_H */
|
||||
|
||||
ULONG EXF_TestRequest( UBYTE *title, UBYTE *body, UBYTE *gadgets);
|
||||
|
||||
#endif /* CLIB_EXAMPLE_PROTOS_H */
|
||||
Reference in New Issue
Block a user