repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
devs
/
diskimage
/
raauto
/
raauto_alerts.h
blob
4745973174670ab3e83b9ba1f96ea6dd9552f8d1
1
#ifndef RAAUTO_ALERTS_H
2
#define RAAUTO_ALERTS_H
3
4
#ifndef EXEC_TYPES_H
5
#include <exec/types.h>
6
#endif
7
8
void
RAAutoClassNotFound
(
CONST_STRPTR class_name
);
9
10
#endif