spicetools/games/we/touchpanel.h
2022-12-16 23:18:35 +09:00

7 lines
67 B
C++

#pragma once
namespace games::we {
void touchpanel_init();
}