7 lines
65 B
C
7 lines
65 B
C
|
#pragma once
|
||
|
|
||
|
namespace games::sdvx {
|
||
|
|
||
|
void camera_init();
|
||
|
}
|