Updated docs for function changes and addition of palette.c/h

This commit is contained in:
rxi
2016-09-22 19:25:49 +01:00
parent a285efbc3d
commit 6346163e48
3 changed files with 6 additions and 32 deletions

View File

@@ -8,6 +8,8 @@ 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
palette.h | Function prototypes for palette handling
palette.c | Functions for palette handling
luaobj.h | Helper function prototypes for lua udata objects
luaobj.c | Helper functions for lua udata objects
love.c | The core `love` module
@@ -24,4 +26,3 @@ font.h | `Font` object prototypes and typedefs
font.c | `Font` object
font\_embedded.c | The default embedded `Font`'s image data
lib/ | Libraries