mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
added timer.device example
This commit is contained in:
@ -44,8 +44,8 @@ BOOL Init()
|
||||
|
||||
void Cleanup()
|
||||
{
|
||||
if (IntuitionBase) CloseLibrary((struct Library *)IntuitionBase);
|
||||
if (MUIMasterBase) CloseLibrary((struct Library *) MUIMasterBase);
|
||||
if (IntuitionBase) CloseLibrary(IntuitionBase);
|
||||
if (MUIMasterBase) CloseLibrary(MUIMasterBase);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user