11 lines
113 B
C++
11 lines
113 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include "driver_control.hpp"
|
||
|
#include "offsets.hpp"
|
||
|
|
||
|
class triggerbot
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
void run();
|
||
|
};
|