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