If failed to initialize steamworks API, don't say that we did!
This commit is contained in:
parent
b3143fa420
commit
ccfb63e953
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -34,6 +34,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
if (!SteamAPI_Init()) {
|
||||
std::cerr << "Failed to initialize Steam API!" << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
std::cout << "Initialized Steam API..." << std::endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue