Lift RawController code

This commit is contained in:
2024-01-02 20:18:40 -06:00
parent fb20f8fe30
commit f1d4197762
5 changed files with 163 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include "raw_controller.hpp"
namespace JabyEngine {
namespace Periphery {
extern RawController controller[1][1];
void query_controller();
}
}