From d6878e534dfc4db2f4346666b6642016043d9ae3 Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 1 Oct 2016 10:04:09 +0100 Subject: [PATCH] Update doc/files.md for package.c/h --- doc/files.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/files.md b/doc/files.md index f7b98eb..70440d4 100644 --- a/doc/files.md +++ b/doc/files.md @@ -10,6 +10,8 @@ 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 +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