This commit is contained in:
2025-11-24 14:19:51 +05:30
commit f5c1412b28
6734 changed files with 1527575 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#!/usr/bin/env mkb
# Automaticially generated by 'D:\Airplay SDK\4.5\s3e\/bin/create_mkb.py D:\RakNet\Samples/Marmalade/ Marmalade'
files
{
CrossConnectionTest.cpp
}
subproject iwutil
includepath .
includepath ../../Source
option module_path="../../DependentExtensions/Marmalade"
subproject RakNet

View File

@ -0,0 +1,12 @@
# This .config.txt file documents configuration settings for your
# application
# The syntax is similar to that in .icf files:
#
# [GroupName]
# Setting Documentation for setting
#
# e.g.
# [MyApplicationGroup]
# MySetting Description of what MySetting is for, its default values, etc

View File

@ -0,0 +1,17 @@
# This file is for configuration settings for your
# application.
#
# The syntax is similar to windows .ini files ie
#
# [GroupName]
# Setting = Value
#
# Which can be read by your application using
# e.g s3eConfigGetString("GroupName", "Setting", string)
#
# All settings must be documented in .config.txt files.
# New settings specific to this application should be
# documented in app.config.txt
#
# Some conditional operations are also permitted, see the
# S3E documentation for details.