home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaDemoCD2.iso
/
ASCII
/
TEXTE
/
SCENE
/
AMIGA
/
Useful-Amiga
/
AmigaFAQ
/
German
/
programmer
/
CreateEntity.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-14
|
285 b
|
14 lines
#include <clib/nipc_protos.h>
#ifdef AZTEC_C
#include <pragmas/nipc_lib.h>
#endif
#if defined(__SASC) || defined(_DCC) || defined(__MAXON__)
#include <pragmas/nipc_pragmas.h>
#endif
struct Entity *CreateEntity(Tag tag1, ...)
{ return(CreateEntityA((struct TagItem *) &tag1));
}