summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-08-25 18:55:59 -0400
committerFox Caminiti <fox@foxcam.net>2022-08-25 18:55:59 -0400
commitb39c7374009d03d448e47e08ddabc30abeee5247 (patch)
treed1a022544720138f244c0bf9cbc1437ff50e589d /functions.h
parentae94b4b9fc5b4443f6d9eb6bb450de1def108cdb (diff)
minor fixes
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 044d877..1e044d1 100644
--- a/functions.h
+++ b/functions.h
@@ -12,7 +12,7 @@ static uint16 Bitmap_CalcByteOffset(uint16 BytesPerPixel); // Returns the amount
static uint64 Bitmap_CalcTotalBytes(uint16 Width, uint16 Height, uint16 BytesPerPixel); // Returns the total amount of bytes a bitmap takes up.
static uint64 Bitmap_CalcUnpackedBytes(uint16 Width, uint16 Height, uint16 BytesPerPixel);
-static bool32 Source_Generate(project_data *File, memory *Memory, void *Path); // Fills out source info if the source is a supported file.
+static bool32 Source_Generate(project_data *File, project_state *State, memory *Memory, void *Path); // Fills out source info if the source is a supported file.
// Libav (ffmpeg) backend for decoding video