v43 update

This commit is contained in:
n00b87
2025-07-08 21:17:11 -05:00
parent f6a99ebba1
commit 96ba62c9de
49 changed files with 2401 additions and 1828 deletions

View File

@@ -56,6 +56,7 @@
#include "rc_audio.h"
#include "rc_net.h"
#include "rc_video.h"
#include "rc_steam_lib.h"
#include "rc_windowclose.h"
#include "rc_test.h"
#include <irrtheora.h>
@@ -4398,7 +4399,7 @@ int main(int argc, char * argv[])
if(rc_filename.compare("--version")==0)
{
cout << "RCBASIC Runtime v4.2" << endl;
cout << "RCBASIC Runtime v4.3" << endl;
return 0;
}
@@ -4456,10 +4457,10 @@ int main(int argc, char * argv[])
//rc_intern_dirChange("");
rc_filename = "main.cbc";
rc_intern_dirChange("/home/n00b/Pictures/UNTITLED");
rc_filename = "nv_test.cbc";
//rc_intern_dirChange("/home/n00b/Pictures/UNTITLED");
//rc_filename = "nv_test.cbc";
rc_intern_dirChange("/home/n00b/test/stp");
rc_intern_dirChange("/home/n00b/Experimental/android-project/app/src/main/assets");
rc_filename = "main.cbc";
#endif
//---------------