Intial commit

This commit is contained in:
rxi
2014-06-13 21:01:19 +01:00
commit f34b4f8beb
87 changed files with 23049 additions and 0 deletions

27
doc/files.md Normal file
View File

@@ -0,0 +1,27 @@
# LoveDOS files
A brief overview of each file and directory which makes up the LoveDOS source
code.
File | Description
------------------|------------------------------------------------------------
main.c | The entry point, initialises everything
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
love.c | The core `love` module
system.c | `love.system` module
timer.c | `love.timer` module
graphics.h | `love.graphics` prototype and typedefs
graphics.c | `love.graphics` module
keyboard.h | `love.keyboard` prototype and typedefs
keyboard.c | `love.keyboard` module and keyboard interrupt handling
image.h | `Image` object prototypes and typedefs
image.c | `Image` object
quad.h | `Quad` object prototypes and typedefs
quad.c | `Quad` object
font.h | `Font` object prototypes and typedefs
font.c | `Font` object
font\_embedded.c | The default embedded `Font`'s image data
lib/ | Libraries