sm64pc/src/pc/controller/controller_recorded_tas.h

9 lines
159 B
C
Raw Normal View History

2020-05-07 18:21:22 +00:00
#ifndef CONTROLLER_RECORDED_TAS_H
#define CONTROLLER_RECORDED_TAS_H
#include "controller_api.h"
extern struct ControllerAPI controller_recorded_tas;
#endif