mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-22 03:14:59 +00:00
Reorganized headers and add recomp.h from modern runtime
This commit is contained in:
parent
adaca23f09
commit
1aa4ad6518
17 changed files with 308 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#include <span>
|
||||
|
||||
#include "n64recomp.h"
|
||||
#include "recompiler/context.h"
|
||||
#include "rabbitizer.hpp"
|
||||
|
||||
static std::vector<uint8_t> read_file(const std::filesystem::path& path, bool& found) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue