summaryrefslogtreecommitdiff
path: root/amiga/libs.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/libs.h')
-rw-r--r--amiga/libs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amiga/libs.h b/amiga/libs.h
index 14cb9fd1e..a95efce05 100644
--- a/amiga/libs.h
+++ b/amiga/libs.h
@@ -18,10 +18,10 @@
#ifndef AMIGA_LIBS_H
-struct Library *KeymapBase = NULL;
-struct KeymapIFace *IKeymap = NULL;
-struct Library *ApplicationBase = NULL;
-struct ApplicationIFace *IApplication = NULL;
+struct Library *KeymapBase;
+struct KeymapIFace *IKeymap;
+struct Library *ApplicationBase;
+struct ApplicationIFace *IApplication;
void ami_libs_open(void);
void ami_libs_close(void);