6 lines
70 B
C
6 lines
70 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
void sde_init(std::string sde_path);
|