8 lines
166 B
C++
8 lines
166 B
C++
#include "RE/B/ButtonEvent.h"
|
|
|
|
namespace RE
|
|
{
|
|
template ButtonEvent* InputEvent::As() noexcept;
|
|
template const ButtonEvent* InputEvent::As() const noexcept;
|
|
}
|