Added missing vga.h to doc/files.md

This commit is contained in:
rxi
2014-06-23 20:13:53 +01:00
parent 68664405d2
commit 352c2824bf

View File

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