accelerator/extension/natives.h
caxanga334 1a6223ad82
Refactor API
Forward notifies plugins when the extension is done uploading.
Plugins can fetch data from uploaded crashes via natives.
Added example plugin.
2025-11-24 11:12:05 -03:00

11 lines
167 B
C++

#ifndef _INCLUDE_NATIVES_H_
#define _INCLUDE_NATIVES_H_
namespace natives
{
void SetupNatives(std::vector<sp_nativeinfo_t>& vec);
}
#endif // !_INCLUDE_NATIVES_H_