feat: Added proper launch under venv

This commit is contained in:
AURUMVORXX
2025-03-26 14:46:17 +03:00
parent 03dfd1408c
commit 5c249525c9
9 changed files with 45 additions and 159 deletions

6
source/bind.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _BINDH_
#define _BINDH_
void registerSquirrelObjects();
#endif