Get progDir from argv[0] instead of using CoreFoundation

This commit is contained in:
2014-04-20 00:47:43 -04:00
parent edf37f3291
commit 277dd6c208
5 changed files with 15 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
#include <SFML/Graphics.hpp>
int main(void);
int main(int argc, char* argv[]);
void Initialize(void);
void Handle_One_Event();
bool handle_dialog_event() ;