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