From 9b5a9a1a3b661f8f51297022821f2bc7bc6c75d0 Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 16 Oct 2016 14:33:54 +0100 Subject: [PATCH] Removed `doc/files.md` --- README.md | 4 +--- doc/files.md | 34 ---------------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 doc/files.md diff --git a/README.md b/README.md index 3b6c71a..33b32d1 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,7 @@ packaging your game for distribution. ## Building Instructions for building the project from source can be found in the -[doc/building.md](doc/building.md) file. If you intend to make changes to the -project then an overview of each source file's content can be found in -[doc/files.md](doc/files.md). +[doc/building.md](doc/building.md) file. ## License diff --git a/doc/files.md b/doc/files.md deleted file mode 100644 index 6fa9249..0000000 --- a/doc/files.md +++ /dev/null @@ -1,34 +0,0 @@ -# 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.h | Function prototypes for vga mode 13h -vga.c | Functions for vga mode 13h -palette.h | Function prototypes for palette handling -palette.c | Functions for palette handling -package.h | Function prototypes for creating package -package.c | Functions for creating package -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.c | `love.graphics` module -filesystem.h | `love.filesystem` prototype and typedefs -filesystem.c | `love.filesystem` module and filesystem functions -keyboard.h | `love.keyboard` prototype and typedefs -keyboard.c | `love.keyboard` module and keyboard interrupt handling -mouse.h | `love.mouse` prototype and typedefs -mouse.c | `love.mouse` module and mouse 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 -lib/ | Libraries -embed/ | Embedded scripts and files