mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
10 lines
195 B
C
10 lines
195 B
C
#ifndef UAE_UAERESOURCE_H
|
|
#define UAE_UAERESOURCE_H
|
|
|
|
#include "uae/types.h"
|
|
|
|
uaecptr uaeres_startup(TrapContext *ctx, uaecptr resaddr);
|
|
void uaeres_install(void);
|
|
|
|
#endif /* UAE_UAERESOURCE_H */
|