mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 15:01:10 -04:00
1897d232a6
* Add a lot of header files Did my best to move all relevant function prototypes and external variable declarations into the header files too. Matched a few functions in the process * Updated progress.py Some of the listed files/folders have been deleted/renamed, so I reflected those changes in progress.py Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
11 lines
202 B
C
11 lines
202 B
C
#ifndef CODE_80004740_H
|
|
#define CODE_80004740_H
|
|
|
|
#include "common_structs.h"
|
|
|
|
/* Function Prototypes */
|
|
|
|
void func_80004740(Mtx *dest, Mat4 src);
|
|
void func_800048D8(Mat4 dest, Vec3f b, Vec3s c);
|
|
|
|
#endif |