mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
7 lines
77 B
C++
7 lines
77 B
C++
#pragma once
|
|
|
|
extern "C" {
|
|
#include "utils.h"
|
|
}
|
|
|
|
void analyze(Bytefile *bf);
|