aboutsummaryrefslogtreecommitdiff
path: root/hud.c
diff options
context:
space:
mode:
Diffstat (limited to 'hud.c')
-rw-r--r--hud.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/hud.c b/hud.c
new file mode 100644
index 0000000..b1084c7
--- /dev/null
+++ b/hud.c
@@ -0,0 +1,12 @@
+#include <u.h>
+#include <libc.h>
+#include <draw.h>
+#include <geometry.h>
+#include "dat.h"
+#include "fns.h"
+
+HUD*
+newhud()
+{
+ return nil;
+}