mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-21 09:07:35 -05:00
12 lines
206 B
C
12 lines
206 B
C
#ifndef DLLMAIN_BOOTSTRAP_H
|
|
#define DLLMAIN_BOOTSTRAP_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "imports/avs.h"
|
|
|
|
void btsdk_dllmain_bootstrap_process_attach();
|
|
|
|
void btsdk_dllmain_bootstrap_process_detach();
|
|
|
|
#endif |