docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "RE/D/DeviceConnectEvent.h"
|
||||
|
||||
namespace RE
|
||||
{
|
||||
template DeviceConnectEvent* InputEvent::As() noexcept;
|
||||
template const DeviceConnectEvent* InputEvent::As() const noexcept;
|
||||
}
|
||||
Reference in New Issue
Block a user