mirror of
https://github.com/spicetools/spicetools.git
synced 2026-04-25 07:16:47 -05:00
7 lines
67 B
C++
7 lines
67 B
C++
#pragma once
|
|
|
|
namespace games::we {
|
|
|
|
void touchpanel_init();
|
|
}
|