CommonC++Lib RiscOSC++Lib ToolboxC++Lib
Toolbox Library for use with the RiscOS DDE C++/CFront compiler
Loading...
Searching...
No Matches
errorLibrary.h
1
#ifndef __cplusplus
2
#error Header file "SpriteAreaObj.h" may only be used from C++
3
#endif
4
#pragma force_top_level
5
#pragma include_only_once
6
7
#ifndef ERRORLIBRARY_H
8
#define ERRORLIBRARY_H
9
10
#include "kernel.h"
11
12
static
_kernel_oserror spriteNotFound = { 0,
"Unknown sprite"
};
13
static
_kernel_oserror spriteAreaMemoryAllocationFailed = { 1,
"Malloc failed for Sprite Area"
};
14
15
#endif
h
errorLibrary.h
Generated by
1.14.0