mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
7 lines
171 B
C
7 lines
171 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include "vc_vector/vc_vector.h"
|
||
|
|
||
|
int Mido_WriteDependencyFile(FILE* dependencyFile, const char* relocFile, vc_vector* inputFilesVector);
|