mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
10 lines
137 B
C++
10 lines
137 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
Module elecrow_crowpanel_basic_35_module = {
|
|
.name = "elecrow-crowpanel-basic-35"
|
|
};
|
|
|
|
}
|