mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Extensions - Various Improvments (#8227)
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
|
||||
extern "C" {
|
||||
EXPORT void __stdcall RVExtension(char *output, int outputSize, const char *function);
|
||||
EXPORT void __stdcall RVExtensionVersion(char *output, int outputSize) {
|
||||
strncpy(output, ACE_FULL_VERSION_STR, outputSize - 1);
|
||||
}
|
||||
}
|
||||
|
||||
std::string getImagePathFromStructuredText(const std::string & input) {
|
||||
|
Reference in New Issue
Block a user