sm64pc/src/pc/controller/controller_recorded_tas.h

9 lines
159 B
C

#ifndef CONTROLLER_RECORDED_TAS_H
#define CONTROLLER_RECORDED_TAS_H
#include "controller_api.h"
extern struct ControllerAPI controller_recorded_tas;
#endif