mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
8 lines
160 B
C++
8 lines
160 B
C++
#include "legoinputmanager.h"
|
|
|
|
void LegoInputManager::QueueEvent(NotificationId id, unsigned char p2, long p3, long p4, unsigned char p5)
|
|
{
|
|
// FIXME: Stub
|
|
}
|
|
|