35 |
#ifndef ASC_NOTATE_H |
#ifndef ASC_NOTATE_H |
36 |
#define ASC_NOTATE_H |
#define ASC_NOTATE_H |
37 |
|
|
38 |
|
/** addtogroup compiler Compiler |
39 |
|
@{ |
40 |
|
*/ |
41 |
|
|
42 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
43 |
#include <general/list.h> |
#include <general/list.h> |
44 |
#include "compiler.h" |
#include "compiler.h" |
376 |
*/ |
*/ |
377 |
ASC_DLLSPEC void NotesDestroyEngine(struct NoteEngine *engine); |
ASC_DLLSPEC void NotesDestroyEngine(struct NoteEngine *engine); |
378 |
|
|
379 |
|
/* @} */ |
380 |
|
|
381 |
#endif /* ASC_NOTATE_H */ |
#endif /* ASC_NOTATE_H */ |
382 |
|
|