mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-17 23:55:04 +00:00
10 lines
112 B
C++
10 lines
112 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module cyd_2432s024c_module = {
|
|
.name = "cyd-2432s024c",
|
|
};
|
|
|
|
}
|