Implement CL-32 Support (#610)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include <tactility/module.h>
|
||||
|
||||
extern "C" {
|
||||
|
||||
struct Module cl32_module = {
|
||||
.name = "cl32"
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user