Initial revision
This commit is contained in:
15
costa.i
Normal file
15
costa.i
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
C O S T A
|
||||
Internal data structures for the command stack.
|
||||
--------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/*------------------------------------------------------------------------*/
|
||||
typedef struct __costa {
|
||||
int iLock;
|
||||
int iList;
|
||||
int iMaxSize;
|
||||
int iCount;
|
||||
} Costa;
|
||||
|
Reference in New Issue
Block a user