Files
spice2x-r3d/games/sdvx/camera.h
T
2022-12-16 23:18:35 +09:00

7 lines
65 B
C++

#pragma once
namespace games::sdvx {
void camera_init();
}