1
0
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:
Wei-ju Wu
2013-02-27 14:35:07 -08:00
parent adc0ad456a
commit b3fd30c95b
3 changed files with 75 additions and 2 deletions

View File

@ -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)