Core/Game: Remove some unnecessary export macros

This commit is contained in:
Aokromes
2016-08-10 09:03:10 +02:00
parent a682a01270
commit 9264bfaf86
3 changed files with 9 additions and 9 deletions

View File

@@ -239,7 +239,7 @@ public:
}
};
TC_COMMON_API std::shared_ptr<AsyncProcessResult>
std::shared_ptr<AsyncProcessResult>
StartAsyncProcess(std::string executable, std::vector<std::string> args,
std::string logger, std::string input_file, bool secure)
{