mirror of
https://github.com/zeldaret/oot3d.git
synced 2026-09-26 13:33:22 -04:00
a87ddae432
* pull known Actor functions GLOBAL_ASMs into their cpp files * attempt to pull unidentified actor functions GLOBAL_ASMs into their corresponding source files by scanning the call-graph
7 lines
136 B
C++
7 lines
136 B
C++
#pragma once
|
|
|
|
extern "C" {
|
|
int __cxa_guard_acquire(unsigned int* guard_object);
|
|
void __cxa_guard_release(unsigned int* guard_object);
|
|
}
|