Updated docs for function changes and addition of palette.c/h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user