sm64pc/src/pc/controller/controller_tas_recorder.h

9 lines
159 B
C
Raw Normal View History

2020-05-08 10:48:52 +00:00
#ifndef CONTROLLER_TAS_RECORDER_H
#define CONTROLLER_TAS_RECORDER_H
#include "controller_api.h"
extern struct ControllerAPI controller_tas_recorder;
#endif