9 lines
270 B
C++
9 lines
270 B
C++
#pragma once
|
|
|
|
|
|
void set_property_int(const char* name, const int value);
|
|
void set_property_string(const char* name, const char* value);
|
|
void set_path_string(const char* name, const char* value);
|
|
int get_property_int(const char* name);
|
|
void emit_lifee(const char* name);
|