10 lines
168 B
C++
10 lines
168 B
C++
#pragma once
|
|
|
|
#include "main.h"
|
|
|
|
void near_side();
|
|
void far_side();
|
|
void five_triball_remove();
|
|
void four_triball_contact();
|
|
void testingAsyncRunning();
|
|
void skills(); |