From 352c2824bf3cbb8c7f5523b0bc6145aea7caf7a1 Mon Sep 17 00:00:00 2001 From: rxi Date: Mon, 23 Jun 2014 20:13:53 +0100 Subject: [PATCH] Added missing vga.h to doc/files.md --- doc/files.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/files.md b/doc/files.md index d56b1f5..327849e 100644 --- a/doc/files.md +++ b/doc/files.md @@ -6,6 +6,7 @@ code. File | Description ------------------|------------------------------------------------------------ main.c | The entry point, initialises everything +vga.h | Function prototypes for initing / deiniting vga mode 13h vga.c | Functions for initing / deiniting vga mode 13h luaobj.h | Helper function prototypes for lua udata objects luaobj.c | Helper functions for lua udata objects