mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
4 lines
No EOL
82 B
C++
4 lines
No EOL
82 B
C++
extern "C" void fake();
|
|
__attribute__((constructor)) void _entry() {
|
|
fake();
|
|
} |