When the user clicks play in the launcher, we'd want to prevent the user from pressing play again if the game is already launched.
sysinfo could be used to grab the name of the process to see if it exists.
Maybe looking into making Exanima.exe a child process of the launcher could be a possibility? This approach could be doubtful.
When the user clicks play in the launcher, we'd want to prevent the user from pressing play again if the game is already launched.
[sysinfo](https://github.com/GuillaumeGomez/sysinfo) could be used to grab the name of the process to see if it exists.
Maybe looking into making Exanima.exe a child process of the launcher could be a possibility? This approach could be doubtful.