ocarina/include/libsaria/controls.h

10 lines
129 B
C++

#ifndef LIBSARIA_CONTROLS_H
#define LIBSARIA_CONTROLS_H
namespace libsaria
{
void next();
};
#endif /* LIBSARIA_CONTROLS_H */