├── .github └── FUNDING.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── THIRDPARTY.md ├── bin ├── raylib.dll └── res │ ├── audio │ ├── digthis.ogg │ └── song01.ogg │ ├── icons │ ├── cscript.ico │ └── gear.ico │ ├── include │ ├── miniaudio.h │ ├── raylib.h │ └── stb_vorbis.c │ ├── lib │ └── libtest01.a │ └── src │ ├── addfile_dll.c │ ├── libminiaudio.c │ ├── mydll.c │ ├── myexe.c │ ├── raylib_basic_window.c │ ├── test01.c │ ├── test02.c │ └── testminiaudio.c ├── examples ├── csc │ ├── csc.dpr │ ├── csc.dproj │ ├── csc.res │ ├── csc_Icon.ico │ └── ucsc.pas └── testbed │ ├── Testbed.dpr │ ├── Testbed.dproj │ ├── Testbed.res │ ├── Testbed_Icon.ico │ ├── UAddFileDLL.pas │ ├── UAddFileRun.pas │ ├── UAddSymbol.pas │ ├── UCompileString.pas │ ├── UCreateEXE.pas │ ├── UCreateLIB.pas │ ├── UGetSymbol.pas │ ├── UTemplate.pas │ ├── UTestbed.pas │ └── UUseLIB.pas ├── media ├── cscript.png └── delphi.png ├── src ├── CScript.Common.pas ├── CScript.Defines.inc ├── CScript.Deps.CRuntime.pas ├── CScript.Deps.o ├── CScript.Deps.pas ├── CScript.Deps.res ├── CScript.Deps │ ├── CScript.Deps.c │ ├── CScript.Deps.cbproj │ └── output │ │ └── CScript.Deps.res ├── CScript.groupproj ├── CScript.pas ├── resdata │ ├── 7za.exe │ ├── resdata.cmd │ ├── resdata.rc │ ├── resdata.zip │ ├── resource.manifest │ ├── root │ │ ├── include │ │ │ ├── GL │ │ │ │ ├── gl.h │ │ │ │ ├── glaux.h │ │ │ │ └── glu.h │ │ │ ├── _mingw.h │ │ │ ├── _mingw_dxhelper.h │ │ │ ├── _mingw_mac.h │ │ │ ├── _mingw_print_pop.h │ │ │ ├── _mingw_print_push.h │ │ │ ├── assert.h │ │ │ ├── complex.h │ │ │ ├── conio.h │ │ │ ├── crtdbg.h │ │ │ ├── crtdefs.h │ │ │ ├── ctype.h │ │ │ ├── ddk │ │ │ │ ├── afilter.h │ │ │ │ ├── amtvuids.h │ │ │ │ ├── atm.h │ │ │ │ ├── atsmedia.h │ │ │ │ ├── bdasup.h │ │ │ │ ├── cfg.h │ │ │ │ ├── cfgmgr32.h │ │ │ │ ├── compstui.h │ │ │ │ ├── csq.h │ │ │ │ ├── d3dhal.h │ │ │ │ ├── d3dhalex.h │ │ │ │ ├── d3dnthal.h │ │ │ │ ├── d4drvif.h │ │ │ │ ├── d4iface.h │ │ │ │ ├── dciddi.h │ │ │ │ ├── dderror.h │ │ │ │ ├── ddkernel.h │ │ │ │ ├── ddkmapi.h │ │ │ │ ├── ddrawi.h │ │ │ │ ├── ddrawint.h │ │ │ │ ├── devioctl.h │ │ │ │ ├── diskguid.h │ │ │ │ ├── dmemmgr.h │ │ │ │ ├── dmksctrl.h │ │ │ │ ├── dmusicks.h │ │ │ │ ├── driverspecs.h │ │ │ │ ├── drivinit.h │ │ │ │ ├── drmk.h │ │ │ │ ├── dvp.h │ │ │ │ ├── dxapi.h │ │ │ │ ├── fltsafe.h │ │ │ │ ├── hidclass.h │ │ │ │ ├── hidpi.h │ │ │ │ ├── hidusage.h │ │ │ │ ├── ide.h │ │ │ │ ├── ieverp.h │ │ │ │ ├── imm.h │ │ │ │ ├── ioaccess.h │ │ │ │ ├── isguids.h │ │ │ │ ├── kbdmou.h │ │ │ │ ├── kcom.h │ │ │ │ ├── ksdebug.h │ │ │ │ ├── ksuuids.h │ │ │ │ ├── lmon.h │ │ │ │ ├── mcd.h │ │ │ │ ├── miniport.h │ │ │ │ ├── minitape.h │ │ │ │ ├── mountdev.h │ │ │ │ ├── mountmgr.h │ │ │ │ ├── ndis.h │ │ │ │ ├── ndisguid.h │ │ │ │ ├── ndistapi.h │ │ │ │ ├── ndiswan.h │ │ │ │ ├── netevent.h │ │ │ │ ├── netpnp.h │ │ │ │ ├── nettypes.h │ │ │ │ ├── newdev.h │ │ │ │ ├── ntagp.h │ │ │ │ ├── ntdd1394.h │ │ │ │ ├── ntdd8042.h │ │ │ │ ├── ntddbeep.h │ │ │ │ ├── ntddcdrm.h │ │ │ │ ├── ntddcdvd.h │ │ │ │ ├── ntddchgr.h │ │ │ │ ├── ntdddisk.h │ │ │ │ ├── ntddft.h │ │ │ │ ├── ntddk.h │ │ │ │ ├── ntddkbd.h │ │ │ │ ├── ntddmou.h │ │ │ │ ├── ntddndis.h │ │ │ │ ├── ntddpar.h │ │ │ │ ├── ntddpcm.h │ │ │ │ ├── ntddscsi.h │ │ │ │ ├── ntddser.h │ │ │ │ ├── ntddsnd.h │ │ │ │ ├── ntddstor.h │ │ │ │ ├── ntddtape.h │ │ │ │ ├── ntddtdi.h │ │ │ │ ├── ntddvdeo.h │ │ │ │ ├── ntddvol.h │ │ │ │ ├── ntdef.h │ │ │ │ ├── ntifs.h │ │ │ │ ├── ntimage.h │ │ │ │ ├── ntnls.h │ │ │ │ ├── ntpoapi.h │ │ │ │ ├── ntstatus.h │ │ │ │ ├── ntstrsafe.h │ │ │ │ ├── objerror.h │ │ │ │ ├── oprghdlr.h │ │ │ │ ├── parallel.h │ │ │ │ ├── pfhook.h │ │ │ │ ├── poclass.h │ │ │ │ ├── polarity.h │ │ │ │ ├── portcls.h │ │ │ │ ├── prntfont.h │ │ │ │ ├── punknown.h │ │ │ │ ├── scsi.h │ │ │ │ ├── scsiscan.h │ │ │ │ ├── scsiwmi.h │ │ │ │ ├── smbus.h │ │ │ │ ├── srb.h │ │ │ │ ├── stdunk.h │ │ │ │ ├── stierr.h │ │ │ │ ├── stireg.h │ │ │ │ ├── storport.h │ │ │ │ ├── strmini.h │ │ │ │ ├── swenum.h │ │ │ │ ├── tdi.h │ │ │ │ ├── tdiinfo.h │ │ │ │ ├── tdikrnl.h │ │ │ │ ├── tdistat.h │ │ │ │ ├── tvout.h │ │ │ │ ├── unknown.h │ │ │ │ ├── upssvc.h │ │ │ │ ├── usb.h │ │ │ │ ├── usb100.h │ │ │ │ ├── usb200.h │ │ │ │ ├── usbcamdi.h │ │ │ │ ├── usbdi.h │ │ │ │ ├── usbdlib.h │ │ │ │ ├── usbioctl.h │ │ │ │ ├── usbiodef.h │ │ │ │ ├── usbkern.h │ │ │ │ ├── usbprint.h │ │ │ │ ├── usbscan.h │ │ │ │ ├── usbuser.h │ │ │ │ ├── video.h │ │ │ │ ├── videoagp.h │ │ │ │ ├── warning.h │ │ │ │ ├── wdm.h │ │ │ │ ├── wdmguid.h │ │ │ │ ├── winddi.h │ │ │ │ ├── winddiui.h │ │ │ │ ├── winddk.h │ │ │ │ ├── winsplp.h │ │ │ │ ├── ws2san.h │ │ │ │ ├── xfilter.h │ │ │ │ └── xmldsodid.h │ │ │ ├── dir.h │ │ │ ├── direct.h │ │ │ ├── dirent.h │ │ │ ├── dlfcn.h │ │ │ ├── dos.h │ │ │ ├── dvec.h │ │ │ ├── eh.h │ │ │ ├── errno.h │ │ │ ├── excpt.h │ │ │ ├── fcntl.h │ │ │ ├── fenv.h │ │ │ ├── float.h │ │ │ ├── fpieee.h │ │ │ ├── fvec.h │ │ │ ├── getopt.h │ │ │ ├── ieeefp.h │ │ │ ├── intrin.h │ │ │ ├── inttypes.h │ │ │ ├── io.h │ │ │ ├── iso646.h │ │ │ ├── ivec.h │ │ │ ├── libgen.h │ │ │ ├── limits.h │ │ │ ├── locale.h │ │ │ ├── malloc.h │ │ │ ├── math.h │ │ │ ├── mbctype.h │ │ │ ├── mbstring.h │ │ │ ├── mem.h │ │ │ ├── memory.h │ │ │ ├── new.h │ │ │ ├── process.h │ │ │ ├── sdks │ │ │ │ ├── _mingw_ddk.h │ │ │ │ └── _mingw_directx.h │ │ │ ├── search.h │ │ │ ├── sec_api │ │ │ │ ├── conio_s.h │ │ │ │ ├── crtdbg_s.h │ │ │ │ ├── io_s.h │ │ │ │ ├── mbstring_s.h │ │ │ │ ├── search_s.h │ │ │ │ ├── stdio_s.h │ │ │ │ ├── stdlib_s.h │ │ │ │ ├── stralign_s.h │ │ │ │ ├── string_s.h │ │ │ │ ├── sys │ │ │ │ │ └── timeb_s.h │ │ │ │ ├── tchar_s.h │ │ │ │ ├── time_s.h │ │ │ │ └── wchar_s.h │ │ │ ├── sehmap.h │ │ │ ├── setjmp.h │ │ │ ├── setjmpex.h │ │ │ ├── share.h │ │ │ ├── signal.h │ │ │ ├── stdalign.h │ │ │ ├── stdarg.h │ │ │ ├── stdatomic.h │ │ │ ├── stdbool.h │ │ │ ├── stddef.h │ │ │ ├── stdexcpt.h │ │ │ ├── stdint.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── stdnoreturn.h │ │ │ ├── string.h │ │ │ ├── strings.h │ │ │ ├── sys │ │ │ │ ├── cdefs.h │ │ │ │ ├── fcntl.h │ │ │ │ ├── file.h │ │ │ │ ├── locking.h │ │ │ │ ├── param.h │ │ │ │ ├── stat.h │ │ │ │ ├── time.h │ │ │ │ ├── timeb.h │ │ │ │ ├── types.h │ │ │ │ ├── unistd.h │ │ │ │ └── utime.h │ │ │ ├── syslimits.h │ │ │ ├── tcc │ │ │ │ └── tcc_libm.h │ │ │ ├── tccdefs.h │ │ │ ├── tcclib.h │ │ │ ├── tchar.h │ │ │ ├── tgmath.h │ │ │ ├── time.h │ │ │ ├── uchar.h │ │ │ ├── unistd.h │ │ │ ├── utime.h │ │ │ ├── vadefs.h │ │ │ ├── values.h │ │ │ ├── varargs.h │ │ │ ├── wchar.h │ │ │ ├── wctype.h │ │ │ ├── winapi │ │ │ │ ├── _dbdao.h │ │ │ │ ├── accctrl.h │ │ │ │ ├── aclapi.h │ │ │ │ ├── aclui.h │ │ │ │ ├── activeds.h │ │ │ │ ├── activscp.h │ │ │ │ ├── adc.h │ │ │ │ ├── admex.h │ │ │ │ ├── adoctint.h │ │ │ │ ├── adodef.h │ │ │ │ ├── adogpool.h │ │ │ │ ├── adoguids.h │ │ │ │ ├── adoid.h │ │ │ │ ├── adoint.h │ │ │ │ ├── adojet.h │ │ │ │ ├── adomd.h │ │ │ │ ├── adptif.h │ │ │ │ ├── adsdb.h │ │ │ │ ├── adserr.h │ │ │ │ ├── adshlp.h │ │ │ │ ├── adsiid.h │ │ │ │ ├── adsnms.h │ │ │ │ ├── adsprop.h │ │ │ │ ├── adssts.h │ │ │ │ ├── adtgen.h │ │ │ │ ├── advpub.h │ │ │ │ ├── af_irda.h │ │ │ │ ├── afxres.h │ │ │ │ ├── agtctl.h │ │ │ │ ├── agtctl_i.c │ │ │ │ ├── agterr.h │ │ │ │ ├── agtsvr.h │ │ │ │ ├── agtsvr_i.c │ │ │ │ ├── appmgmt.h │ │ │ │ ├── aqadmtyp.h │ │ │ │ ├── asptlb.h │ │ │ │ ├── atalkwsh.h │ │ │ │ ├── authif.h │ │ │ │ ├── authz.h │ │ │ │ ├── avifmt.h │ │ │ │ ├── azroles.h │ │ │ │ ├── basetsd.h │ │ │ │ ├── basetyps.h │ │ │ │ ├── batclass.h │ │ │ │ ├── bh.h │ │ │ │ ├── bidispl.h │ │ │ │ ├── bits.h │ │ │ │ ├── bits1_5.h │ │ │ │ ├── bits2_0.h │ │ │ │ ├── bitscfg.h │ │ │ │ ├── bitsmsg.h │ │ │ │ ├── blberr.h │ │ │ │ ├── callobj.h │ │ │ │ ├── cchannel.h │ │ │ │ ├── cderr.h │ │ │ │ ├── cdoex.h │ │ │ │ ├── cdoex_i.c │ │ │ │ ├── cdoexerr.h │ │ │ │ ├── cdoexm.h │ │ │ │ ├── cdoexm_i.c │ │ │ │ ├── cdoexstr.h │ │ │ │ ├── cdonts.h │ │ │ │ ├── cdosys.h │ │ │ │ ├── cdosys_i.c │ │ │ │ ├── cdosyserr.h │ │ │ │ ├── cdosysstr.h │ │ │ │ ├── celib.h │ │ │ │ ├── certadm.h │ │ │ │ ├── certbase.h │ │ │ │ ├── certbcli.h │ │ │ │ ├── certcli.h │ │ │ │ ├── certenc.h │ │ │ │ ├── certexit.h │ │ │ │ ├── certif.h │ │ │ │ ├── certmod.h │ │ │ │ ├── certpol.h │ │ │ │ ├── certreqd.h │ │ │ │ ├── certsrv.h │ │ │ │ ├── certview.h │ │ │ │ ├── cfg.h │ │ │ │ ├── cfgmgr32.h │ │ │ │ ├── cguid.h │ │ │ │ ├── chanmgr.h │ │ │ │ ├── cierror.h │ │ │ │ ├── cluadmex.h │ │ │ │ ├── clusapi.h │ │ │ │ ├── cluscfgguids.h │ │ │ │ ├── cluscfgserver.h │ │ │ │ ├── cluscfgwizard.h │ │ │ │ ├── cmdtree.h │ │ │ │ ├── cmnquery.h │ │ │ │ ├── color.dlg │ │ │ │ ├── colordlg.h │ │ │ │ ├── comadmin.h │ │ │ │ ├── comcat.h │ │ │ │ ├── comdef.h │ │ │ │ ├── comdefsp.h │ │ │ │ ├── comip.h │ │ │ │ ├── commctrl.h │ │ │ │ ├── commctrl.rh │ │ │ │ ├── commdlg.h │ │ │ │ ├── common.ver │ │ │ │ ├── commoncontrols.h │ │ │ │ ├── compobj.h │ │ │ │ ├── comsvcs.h │ │ │ │ ├── comutil.h │ │ │ │ ├── confpriv.h │ │ │ │ ├── control.h │ │ │ │ ├── correg.h │ │ │ │ ├── cpl.h │ │ │ │ ├── cplext.h │ │ │ │ ├── cryptuiapi.h │ │ │ │ ├── ctxtcall.h │ │ │ │ ├── custcntl.h │ │ │ │ ├── d3d.h │ │ │ │ ├── d3d8.h │ │ │ │ ├── d3d8caps.h │ │ │ │ ├── d3d8types.h │ │ │ │ ├── d3d9.h │ │ │ │ ├── d3d9caps.h │ │ │ │ ├── d3d9types.h │ │ │ │ ├── d3dcaps.h │ │ │ │ ├── d3dhal.h │ │ │ │ ├── d3drm.h │ │ │ │ ├── d3dtypes.h │ │ │ │ ├── d3dvec.inl │ │ │ │ ├── d3dx8core.h │ │ │ │ ├── daogetrw.h │ │ │ │ ├── datapath.h │ │ │ │ ├── dbdaoerr.h │ │ │ │ ├── dbdaoid.h │ │ │ │ ├── dbdaoint.h │ │ │ │ ├── dbgautoattach.h │ │ │ │ ├── dbgeng.h │ │ │ │ ├── dbghelp.h │ │ │ │ ├── dbgprop.h │ │ │ │ ├── dbt.h │ │ │ │ ├── dciddi.h │ │ │ │ ├── dciman.h │ │ │ │ ├── dde.h │ │ │ │ ├── dde.rh │ │ │ │ ├── ddeml.h │ │ │ │ ├── ddraw.h │ │ │ │ ├── ddrawgdi.h │ │ │ │ ├── ddrawi.h │ │ │ │ ├── ddstream.h │ │ │ │ ├── delayimp.h │ │ │ │ ├── devguid.h │ │ │ │ ├── dhcpcsdk.h │ │ │ │ ├── dhcpsapi.h │ │ │ │ ├── dhcpssdk.h │ │ │ │ ├── dhtmldid.h │ │ │ │ ├── dhtmled.h │ │ │ │ ├── dhtmliid.h │ │ │ │ ├── digitalv.h │ │ │ │ ├── dimm.h │ │ │ │ ├── dinput.h │ │ │ │ ├── diskguid.h │ │ │ │ ├── dispatch.h │ │ │ │ ├── dispdib.h │ │ │ │ ├── dispex.h │ │ │ │ ├── dlcapi.h │ │ │ │ ├── dlgs.h │ │ │ │ ├── dls1.h │ │ │ │ ├── dls2.h │ │ │ │ ├── dmdls.h │ │ │ │ ├── dmerror.h │ │ │ │ ├── dmo.h │ │ │ │ ├── dmoreg.h │ │ │ │ ├── dmort.h │ │ │ │ ├── dmplugin.h │ │ │ │ ├── dmusbuff.h │ │ │ │ ├── dmusicc.h │ │ │ │ ├── dmusicf.h │ │ │ │ ├── dmusici.h │ │ │ │ ├── dmusics.h │ │ │ │ ├── docobj.h │ │ │ │ ├── domdid.h │ │ │ │ ├── downloadmgr.h │ │ │ │ ├── dpaddr.h │ │ │ │ ├── dplay.h │ │ │ │ ├── dplay8.h │ │ │ │ ├── dplobby.h │ │ │ │ ├── dplobby8.h │ │ │ │ ├── dpnathlp.h │ │ │ │ ├── dsadmin.h │ │ │ │ ├── dsclient.h │ │ │ │ ├── dsconf.h │ │ │ │ ├── dsdriver.h │ │ │ │ ├── dsgetdc.h │ │ │ │ ├── dshow.h │ │ │ │ ├── dskquota.h │ │ │ │ ├── dsound.h │ │ │ │ ├── dsquery.h │ │ │ │ ├── dsrole.h │ │ │ │ ├── dtchelp.h │ │ │ │ ├── dvobj.h │ │ │ │ ├── dwmapi.h │ │ │ │ ├── dxdiag.h │ │ │ │ ├── dxerr8.h │ │ │ │ ├── dxerr9.h │ │ │ │ ├── dxfile.h │ │ │ │ ├── dxtmpl.h │ │ │ │ ├── emostore.h │ │ │ │ ├── emostore_i.c │ │ │ │ ├── emptyvc.h │ │ │ │ ├── error.h │ │ │ │ ├── errorrep.h │ │ │ │ ├── eventsys.h │ │ │ │ ├── evntrace.h │ │ │ │ ├── exchform.h │ │ │ │ ├── exdisp.h │ │ │ │ ├── exdispid.h │ │ │ │ ├── fci.h │ │ │ │ ├── fdi.h │ │ │ │ ├── filehc.h │ │ │ │ ├── fileopen.dlg │ │ │ │ ├── filter.h │ │ │ │ ├── filterr.h │ │ │ │ ├── findtext.dlg │ │ │ │ ├── fltdefs.h │ │ │ │ ├── font.dlg │ │ │ │ ├── ftsiface.h │ │ │ │ ├── gb18030.h │ │ │ │ ├── gpedit.h │ │ │ │ ├── gpmgmt.h │ │ │ │ ├── guiddef.h │ │ │ │ ├── h323priv.h │ │ │ │ ├── hlguids.h │ │ │ │ ├── hliface.h │ │ │ │ ├── hlink.h │ │ │ │ ├── hostinfo.h │ │ │ │ ├── htiface.h │ │ │ │ ├── htiframe.h │ │ │ │ ├── htmlguid.h │ │ │ │ ├── htmlhelp.h │ │ │ │ ├── http.h │ │ │ │ ├── httpext.h │ │ │ │ ├── httpfilt.h │ │ │ │ ├── httprequestid.h │ │ │ │ ├── i_cryptasn1tls.h │ │ │ │ ├── ia64reg.h │ │ │ │ ├── iaccess.h │ │ │ │ ├── iadmext.h │ │ │ │ ├── iadmw.h │ │ │ │ ├── iads.h │ │ │ │ ├── icm.h │ │ │ │ ├── icmpapi.h │ │ │ │ ├── icmui.dlg │ │ │ │ ├── icrsint.h │ │ │ │ ├── idf.h │ │ │ │ ├── idispids.h │ │ │ │ ├── iedial.h │ │ │ │ ├── ieverp.h │ │ │ │ ├── iiis.h │ │ │ │ ├── iiisext.h │ │ │ │ ├── iimgctx.h │ │ │ │ ├── iiscnfg.h │ │ │ │ ├── iisext_i.c │ │ │ │ ├── iisrsta.h │ │ │ │ ├── ilogobj.hxx │ │ │ │ ├── imagehlp.h │ │ │ │ ├── ime.h │ │ │ │ ├── imessage.h │ │ │ │ ├── imm.h │ │ │ │ ├── indexsrv.h │ │ │ │ ├── inetreg.h │ │ │ │ ├── inetsdk.h │ │ │ │ ├── initguid.h │ │ │ │ ├── initoid.h │ │ │ │ ├── inputscope.h │ │ │ │ ├── intshcut.h │ │ │ │ ├── invkprxy.h │ │ │ │ ├── ioevent.h │ │ │ │ ├── ipexport.h │ │ │ │ ├── iphlpapi.h │ │ │ │ ├── ipifcons.h │ │ │ │ ├── ipinfoid.h │ │ │ │ ├── ipmsp.h │ │ │ │ ├── iprtrmib.h │ │ │ │ ├── iptypes.h │ │ │ │ ├── ipxconst.h │ │ │ │ ├── ipxrip.h │ │ │ │ ├── ipxrtdef.h │ │ │ │ ├── ipxsap.h │ │ │ │ ├── ipxtfflt.h │ │ │ │ ├── isguids.h │ │ │ │ ├── issper16.h │ │ │ │ ├── issperr.h │ │ │ │ ├── iwamreg.h │ │ │ │ ├── ks.h │ │ │ │ ├── ksguid.h │ │ │ │ ├── ksmedia.h │ │ │ │ ├── ksproxy.h │ │ │ │ ├── ksuuids.h │ │ │ │ ├── kxia64.h │ │ │ │ ├── lm.h │ │ │ │ ├── lmaccess.h │ │ │ │ ├── lmalert.h │ │ │ │ ├── lmapibuf.h │ │ │ │ ├── lmat.h │ │ │ │ ├── lmaudit.h │ │ │ │ ├── lmconfig.h │ │ │ │ ├── lmcons.h │ │ │ │ ├── lmdfs.h │ │ │ │ ├── lmerr.h │ │ │ │ ├── lmerrlog.h │ │ │ │ ├── lmjoin.h │ │ │ │ ├── lmmsg.h │ │ │ │ ├── lmremutl.h │ │ │ │ ├── lmrepl.h │ │ │ │ ├── lmserver.h │ │ │ │ ├── lmshare.h │ │ │ │ ├── lmsname.h │ │ │ │ ├── lmstats.h │ │ │ │ ├── lmsvc.h │ │ │ │ ├── lmuse.h │ │ │ │ ├── lmuseflg.h │ │ │ │ ├── lmwksta.h │ │ │ │ ├── loadperf.h │ │ │ │ ├── lpmapi.h │ │ │ │ ├── lzexpand.h │ │ │ │ ├── madcapcl.h │ │ │ │ ├── mailmsgprops.h │ │ │ │ ├── mapi.h │ │ │ │ ├── mapicode.h │ │ │ │ ├── mapidbg.h │ │ │ │ ├── mapidefs.h │ │ │ │ ├── mapiform.h │ │ │ │ ├── mapiguid.h │ │ │ │ ├── mapihook.h │ │ │ │ ├── mapinls.h │ │ │ │ ├── mapioid.h │ │ │ │ ├── mapispi.h │ │ │ │ ├── mapitags.h │ │ │ │ ├── mapiutil.h │ │ │ │ ├── mapival.h │ │ │ │ ├── mapiwin.h │ │ │ │ ├── mapiwz.h │ │ │ │ ├── mapix.h │ │ │ │ ├── mciavi.h │ │ │ │ ├── mcx.h │ │ │ │ ├── mdbrole.hxx │ │ │ │ ├── mdcommsg.h │ │ │ │ ├── mddefw.h │ │ │ │ ├── mdhcp.h │ │ │ │ ├── mdmsg.h │ │ │ │ ├── mergemod.h │ │ │ │ ├── mgm.h │ │ │ │ ├── mgmtapi.h │ │ │ │ ├── midles.h │ │ │ │ ├── mimedisp.h │ │ │ │ ├── mimeinfo.h │ │ │ │ ├── minmax.h │ │ │ │ ├── mlang.h │ │ │ │ ├── mmc.h │ │ │ │ ├── mmcobj.h │ │ │ │ ├── mmreg.h │ │ │ │ ├── mmsystem.h │ │ │ │ ├── mobsync.h │ │ │ │ ├── moniker.h │ │ │ │ ├── mprapi.h │ │ │ │ ├── mprerror.h │ │ │ │ ├── mq.h │ │ │ │ ├── mqmail.h │ │ │ │ ├── mqoai.h │ │ │ │ ├── msacm.h │ │ │ │ ├── msacmdlg.dlg │ │ │ │ ├── msacmdlg.h │ │ │ │ ├── msado15.h │ │ │ │ ├── msasn1.h │ │ │ │ ├── msber.h │ │ │ │ ├── mschapp.h │ │ │ │ ├── msclus.h │ │ │ │ ├── msdadc.h │ │ │ │ ├── msdaguid.h │ │ │ │ ├── msdaipp.h │ │ │ │ ├── msdaipper.h │ │ │ │ ├── msdaora.h │ │ │ │ ├── msdaosp.h │ │ │ │ ├── msdasc.h │ │ │ │ ├── msdasql.h │ │ │ │ ├── msdatsrc.h │ │ │ │ ├── msdshape.h │ │ │ │ ├── msfs.h │ │ │ │ ├── mshtmcid.h │ │ │ │ ├── mshtmdid.h │ │ │ │ ├── mshtmhst.h │ │ │ │ ├── mshtml.h │ │ │ │ ├── mshtmlc.h │ │ │ │ ├── msi.h │ │ │ │ ├── msidefs.h │ │ │ │ ├── msimcntl.h │ │ │ │ ├── msimcsdk.h │ │ │ │ ├── msiquery.h │ │ │ │ ├── msoav.h │ │ │ │ ├── msp.h │ │ │ │ ├── mspab.h │ │ │ │ ├── mspaddr.h │ │ │ │ ├── mspbase.h │ │ │ │ ├── mspcall.h │ │ │ │ ├── mspcoll.h │ │ │ │ ├── mspenum.h │ │ │ │ ├── msplog.h │ │ │ │ ├── mspst.h │ │ │ │ ├── mspstrm.h │ │ │ │ ├── mspterm.h │ │ │ │ ├── mspthrd.h │ │ │ │ ├── msptrmac.h │ │ │ │ ├── msptrmar.h │ │ │ │ ├── msptrmvc.h │ │ │ │ ├── msputils.h │ │ │ │ ├── msremote.h │ │ │ │ ├── mssip.h │ │ │ │ ├── msstkppg.h │ │ │ │ ├── mstask.h │ │ │ │ ├── mstcpip.h │ │ │ │ ├── msterr.h │ │ │ │ ├── mswsock.h │ │ │ │ ├── msxml2.h │ │ │ │ ├── msxml2did.h │ │ │ │ ├── msxmldid.h │ │ │ │ ├── mtsadmin.h │ │ │ │ ├── mtsadmin_i.c │ │ │ │ ├── mtsevents.h │ │ │ │ ├── mtsgrp.h │ │ │ │ ├── mtx.h │ │ │ │ ├── mtxadmin.h │ │ │ │ ├── mtxadmin_i.c │ │ │ │ ├── mtxattr.h │ │ │ │ ├── mtxdm.h │ │ │ │ ├── multimon.h │ │ │ │ ├── multinfo.h │ │ │ │ ├── nb30.h │ │ │ │ ├── ndr64types.h │ │ │ │ ├── ndrtypes.h │ │ │ │ ├── netcon.h │ │ │ │ ├── neterr.h │ │ │ │ ├── netmon.h │ │ │ │ ├── netprov.h │ │ │ │ ├── newapis.h │ │ │ │ ├── nmsupp.h │ │ │ │ ├── npapi.h │ │ │ │ ├── nspapi.h │ │ │ │ ├── ntddndis.h │ │ │ │ ├── ntddpsch.h │ │ │ │ ├── ntddscsi.h │ │ │ │ ├── ntdsapi.h │ │ │ │ ├── ntdsbcli.h │ │ │ │ ├── ntdsbmsg.h │ │ │ │ ├── ntgdi.h │ │ │ │ ├── ntldap.h │ │ │ │ ├── ntmsapi.h │ │ │ │ ├── ntmsmli.h │ │ │ │ ├── ntquery.h │ │ │ │ ├── ntsdexts.h │ │ │ │ ├── ntsecapi.h │ │ │ │ ├── ntsecpkg.h │ │ │ │ ├── ntstatus.h │ │ │ │ ├── ntverp.h │ │ │ │ ├── oaidl.h │ │ │ │ ├── objbase.h │ │ │ │ ├── objerror.h │ │ │ │ ├── objidl.h │ │ │ │ ├── objsafe.h │ │ │ │ ├── objsel.h │ │ │ │ ├── ocidl.h │ │ │ │ ├── ocmm.h │ │ │ │ ├── odbcinst.h │ │ │ │ ├── odbcss.h │ │ │ │ ├── ole.h │ │ │ │ ├── ole2.h │ │ │ │ ├── ole2ver.h │ │ │ │ ├── oleacc.h │ │ │ │ ├── oleauto.h │ │ │ │ ├── olectl.h │ │ │ │ ├── olectlid.h │ │ │ │ ├── oledb.h │ │ │ │ ├── oledbdep.h │ │ │ │ ├── oledberr.h │ │ │ │ ├── oledbguid.h │ │ │ │ ├── oledlg.dlg │ │ │ │ ├── oledlg.h │ │ │ │ ├── oleidl.h │ │ │ │ ├── oletx2xa.h │ │ │ │ ├── omp.h │ │ │ │ ├── parser.h │ │ │ │ ├── patchapi.h │ │ │ │ ├── patchwiz.h │ │ │ │ ├── pbt.h │ │ │ │ ├── pchannel.h │ │ │ │ ├── pcrt32.h │ │ │ │ ├── pdh.h │ │ │ │ ├── pdhmsg.h │ │ │ │ ├── penwin.h │ │ │ │ ├── perhist.h │ │ │ │ ├── persist.h │ │ │ │ ├── pgobootrun.h │ │ │ │ ├── polarity.h │ │ │ │ ├── poppack.h │ │ │ │ ├── powrprof.h │ │ │ │ ├── prnsetup.dlg │ │ │ │ ├── profile.h │ │ │ │ ├── profinfo.h │ │ │ │ ├── propidl.h │ │ │ │ ├── prsht.h │ │ │ │ ├── psapi.h │ │ │ │ ├── pshpack1.h │ │ │ │ ├── pshpack2.h │ │ │ │ ├── pshpack4.h │ │ │ │ ├── pshpack8.h │ │ │ │ ├── pstore.h │ │ │ │ ├── qmgr.h │ │ │ │ ├── qos.h │ │ │ │ ├── qosname.h │ │ │ │ ├── qospol.h │ │ │ │ ├── qossp.h │ │ │ │ ├── ras.h │ │ │ │ ├── rasdlg.h │ │ │ │ ├── raseapif.h │ │ │ │ ├── raserror.h │ │ │ │ ├── rassapi.h │ │ │ │ ├── rasshost.h │ │ │ │ ├── ratings.h │ │ │ │ ├── reason.h │ │ │ │ ├── recguids.h │ │ │ │ ├── reconcil.h │ │ │ │ ├── regstr.h │ │ │ │ ├── rend.h │ │ │ │ ├── resapi.h │ │ │ │ ├── richedit.h │ │ │ │ ├── richole.h │ │ │ │ ├── rkeysvcc.h │ │ │ │ ├── rnderr.h │ │ │ │ ├── routprot.h │ │ │ │ ├── rpc.h │ │ │ │ ├── rpcasync.h │ │ │ │ ├── rpcdce.h │ │ │ │ ├── rpcdcep.h │ │ │ │ ├── rpcndr.h │ │ │ │ ├── rpcnsi.h │ │ │ │ ├── rpcnsip.h │ │ │ │ ├── rpcnterr.h │ │ │ │ ├── rpcproxy.h │ │ │ │ ├── rpcssl.h │ │ │ │ ├── rrascfg.h │ │ │ │ ├── rtcapi.h │ │ │ │ ├── rtccore.h │ │ │ │ ├── rtcerr.h │ │ │ │ ├── rtinfo.h │ │ │ │ ├── rtm.h │ │ │ │ ├── rtmv2.h │ │ │ │ ├── rtutils.h │ │ │ │ ├── scarddat.h │ │ │ │ ├── scarderr.h │ │ │ │ ├── scardmgr.h │ │ │ │ ├── scardsrv.h │ │ │ │ ├── scardssp.h │ │ │ │ ├── scardssp_i.c │ │ │ │ ├── scardssp_p.c │ │ │ │ ├── scesvc.h │ │ │ │ ├── schannel.h │ │ │ │ ├── schedule.h │ │ │ │ ├── schemadef.h │ │ │ │ ├── schnlsp.h │ │ │ │ ├── scode.h │ │ │ │ ├── scrnsave.h │ │ │ │ ├── scrptids.h │ │ │ │ ├── sddl.h │ │ │ │ ├── sdkddkver.h │ │ │ │ ├── sdoias.h │ │ │ │ ├── sdpblb.h │ │ │ │ ├── sdperr.h │ │ │ │ ├── secext.h │ │ │ │ ├── security.h │ │ │ │ ├── sens.h │ │ │ │ ├── sensapi.h │ │ │ │ ├── sensevts.h │ │ │ │ ├── servprov.h │ │ │ │ ├── setupapi.h │ │ │ │ ├── sfc.h │ │ │ │ ├── shappmgr.h │ │ │ │ ├── shdeprecated.h │ │ │ │ ├── shdispid.h │ │ │ │ ├── shellapi.h │ │ │ │ ├── shfolder.h │ │ │ │ ├── shldisp.h │ │ │ │ ├── shlguid.h │ │ │ │ ├── shlobj.h │ │ │ │ ├── shlwapi.h │ │ │ │ ├── shobjidl.h │ │ │ │ ├── shtypes.h │ │ │ │ ├── simpdata.h │ │ │ │ ├── simpdc.h │ │ │ │ ├── sipbase.h │ │ │ │ ├── sisbkup.h │ │ │ │ ├── smpab.h │ │ │ │ ├── smpms.h │ │ │ │ ├── smpxp.h │ │ │ │ ├── smtpguid.h │ │ │ │ ├── smx.h │ │ │ │ ├── snmp.h │ │ │ │ ├── softpub.h │ │ │ │ ├── specstrings.h │ │ │ │ ├── sporder.h │ │ │ │ ├── sql.h │ │ │ │ ├── sql_1.h │ │ │ │ ├── sqlext.h │ │ │ │ ├── sqloledb.h │ │ │ │ ├── sqltypes.h │ │ │ │ ├── sqlucode.h │ │ │ │ ├── srrestoreptapi.h │ │ │ │ ├── srv.h │ │ │ │ ├── sspguid.h │ │ │ │ ├── sspi.h │ │ │ │ ├── sspserr.h │ │ │ │ ├── sspsidl.h │ │ │ │ ├── sti.h │ │ │ │ ├── stierr.h │ │ │ │ ├── stireg.h │ │ │ │ ├── stllock.h │ │ │ │ ├── stm.h │ │ │ │ ├── storage.h │ │ │ │ ├── storprop.h │ │ │ │ ├── stralign.h │ │ │ │ ├── strmif.h │ │ │ │ ├── strsafe.h │ │ │ │ ├── subauth.h │ │ │ │ ├── subsmgr.h │ │ │ │ ├── svcguid.h │ │ │ │ ├── svrapi.h │ │ │ │ ├── tapi.h │ │ │ │ ├── tapi3.h │ │ │ │ ├── tapi3cc.h │ │ │ │ ├── tapi3ds.h │ │ │ │ ├── tapi3err.h │ │ │ │ ├── tapi3if.h │ │ │ │ ├── tcerror.h │ │ │ │ ├── tcguid.h │ │ │ │ ├── termmgr.h │ │ │ │ ├── textserv.h │ │ │ │ ├── timeprov.h │ │ │ │ ├── tlhelp32.h │ │ │ │ ├── tlogstg.h │ │ │ │ ├── tmschema.h │ │ │ │ ├── tnef.h │ │ │ │ ├── tom.h │ │ │ │ ├── traffic.h │ │ │ │ ├── transact.h │ │ │ │ ├── triedcid.h │ │ │ │ ├── triediid.h │ │ │ │ ├── triedit.h │ │ │ │ ├── tspi.h │ │ │ │ ├── tsuserex.h │ │ │ │ ├── tsuserex_i.c │ │ │ │ ├── tvout.h │ │ │ │ ├── txcoord.h │ │ │ │ ├── txctx.h │ │ │ │ ├── txdtc.h │ │ │ │ ├── typeinfo.h │ │ │ │ ├── uastrfnc.h │ │ │ │ ├── umx.h │ │ │ │ ├── unknwn.h │ │ │ │ ├── urlhist.h │ │ │ │ ├── urlmon.h │ │ │ │ ├── userenv.h │ │ │ │ ├── usp10.h │ │ │ │ ├── uuids.h │ │ │ │ ├── uxtheme.h │ │ │ │ ├── vcr.h │ │ │ │ ├── vdmdbg.h │ │ │ │ ├── verinfo.ver │ │ │ │ ├── vfw.h │ │ │ │ ├── w32api.h │ │ │ │ ├── wab.h │ │ │ │ ├── wabapi.h │ │ │ │ ├── wabcode.h │ │ │ │ ├── wabdefs.h │ │ │ │ ├── wabiab.h │ │ │ │ ├── wabmem.h │ │ │ │ ├── wabnot.h │ │ │ │ ├── wabtags.h │ │ │ │ ├── wabutil.h │ │ │ │ ├── wbemads.h │ │ │ │ ├── wbemcli.h │ │ │ │ ├── wbemdisp.h │ │ │ │ ├── wbemidl.h │ │ │ │ ├── wbemprov.h │ │ │ │ ├── wbemtran.h │ │ │ │ ├── wfext.h │ │ │ │ ├── wia.h │ │ │ │ ├── wiadef.h │ │ │ │ ├── wiadevd.h │ │ │ │ ├── wiavideo.h │ │ │ │ ├── winable.h │ │ │ │ ├── winbase.h │ │ │ │ ├── winber.h │ │ │ │ ├── wincon.h │ │ │ │ ├── wincred.h │ │ │ │ ├── wincrypt.h │ │ │ │ ├── windef.h │ │ │ │ ├── windns.h │ │ │ │ ├── windows.h │ │ │ │ ├── windowsx.h │ │ │ │ ├── windowsx.h16 │ │ │ │ ├── winefs.h │ │ │ │ ├── winerror.h │ │ │ │ ├── wingdi.h │ │ │ │ ├── wininet.h │ │ │ │ ├── winioctl.h │ │ │ │ ├── winldap.h │ │ │ │ ├── winnetwk.h │ │ │ │ ├── winnls.h │ │ │ │ ├── winnls32.h │ │ │ │ ├── winnt.h │ │ │ │ ├── winnt.rh │ │ │ │ ├── winperf.h │ │ │ │ ├── winreg.h │ │ │ │ ├── winresrc.h │ │ │ │ ├── winsafer.h │ │ │ │ ├── winscard.h │ │ │ │ ├── winsmcrd.h │ │ │ │ ├── winsnmp.h │ │ │ │ ├── winsock.h │ │ │ │ ├── winsock2.h │ │ │ │ ├── winspool.h │ │ │ │ ├── winsvc.h │ │ │ │ ├── winternl.h │ │ │ │ ├── wintrust.h │ │ │ │ ├── winuser.h │ │ │ │ ├── winuser.rh │ │ │ │ ├── winver.h │ │ │ │ ├── winwlx.h │ │ │ │ ├── wmiatlprov.h │ │ │ │ ├── wmistr.h │ │ │ │ ├── wmiutils.h │ │ │ │ ├── wownt16.h │ │ │ │ ├── wownt32.h │ │ │ │ ├── wpapi.h │ │ │ │ ├── wpapimsg.h │ │ │ │ ├── wpcrsmsg.h │ │ │ │ ├── wpftpmsg.h │ │ │ │ ├── wppstmsg.h │ │ │ │ ├── wpspihlp.h │ │ │ │ ├── wptypes.h │ │ │ │ ├── wpwizmsg.h │ │ │ │ ├── ws2atm.h │ │ │ │ ├── ws2dnet.h │ │ │ │ ├── ws2ipdef.h │ │ │ │ ├── ws2spi.h │ │ │ │ ├── ws2tcpip.h │ │ │ │ ├── wshisotp.h │ │ │ │ ├── wsipv6ok.h │ │ │ │ ├── wsipx.h │ │ │ │ ├── wsnetbs.h │ │ │ │ ├── wsnwlink.h │ │ │ │ ├── wspiapi.h │ │ │ │ ├── wsrm.h │ │ │ │ ├── wsvns.h │ │ │ │ ├── wtsapi32.h │ │ │ │ ├── wtypes.h │ │ │ │ ├── xa.h │ │ │ │ ├── xcmc.h │ │ │ │ ├── xcmcext.h │ │ │ │ ├── xcmcmsx2.h │ │ │ │ ├── xcmcmsxt.h │ │ │ │ ├── xenroll.h │ │ │ │ ├── xmldomdid.h │ │ │ │ ├── xmldsodid.h │ │ │ │ ├── xmltrnsf.h │ │ │ │ ├── xolehlp.h │ │ │ │ └── zmouse.h │ │ │ ├── xlocinfo.h │ │ │ ├── xmath.h │ │ │ ├── ymath.h │ │ │ └── yvals.h │ │ └── lib │ │ │ ├── chkstk.S │ │ │ ├── gdi32.def │ │ │ ├── kernel32.def │ │ │ ├── msvcrt.def │ │ │ ├── user32.def │ │ │ └── ws2_32.def │ └── versioninfo.dat └── vendor │ └── tcc │ ├── config.h │ ├── dwarf.h │ ├── elf.h │ ├── i386-asm.c │ ├── i386-tok.h │ ├── libtcc.c │ ├── libtcc.h │ ├── stab.def │ ├── stab.h │ ├── tcc.h │ ├── tccasm.c │ ├── tccdbg.c │ ├── tccelf.c │ ├── tccgen.c │ ├── tccpe.c │ ├── tccpp.c │ ├── tccrun.c │ ├── tcctok.h │ ├── x86_64-asm.h │ ├── x86_64-gen.c │ └── x86_64-link.c └── tools ├── resource.ico ├── resource.manifest ├── resource.o ├── resource.rc └── windres.exe /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # CHANGELOG - CScript 2 | 3 | ## Version 0.1.0 4 | - Initial release 5 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/README.md -------------------------------------------------------------------------------- /THIRDPARTY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/THIRDPARTY.md -------------------------------------------------------------------------------- /bin/raylib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/raylib.dll -------------------------------------------------------------------------------- /bin/res/audio/digthis.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/audio/digthis.ogg -------------------------------------------------------------------------------- /bin/res/audio/song01.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/audio/song01.ogg -------------------------------------------------------------------------------- /bin/res/icons/cscript.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/icons/cscript.ico -------------------------------------------------------------------------------- /bin/res/icons/gear.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/icons/gear.ico -------------------------------------------------------------------------------- /bin/res/include/miniaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/include/miniaudio.h -------------------------------------------------------------------------------- /bin/res/include/raylib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/include/raylib.h -------------------------------------------------------------------------------- /bin/res/include/stb_vorbis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/include/stb_vorbis.c -------------------------------------------------------------------------------- /bin/res/lib/libtest01.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/lib/libtest01.a -------------------------------------------------------------------------------- /bin/res/src/addfile_dll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/addfile_dll.c -------------------------------------------------------------------------------- /bin/res/src/libminiaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/libminiaudio.c -------------------------------------------------------------------------------- /bin/res/src/mydll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/mydll.c -------------------------------------------------------------------------------- /bin/res/src/myexe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/myexe.c -------------------------------------------------------------------------------- /bin/res/src/raylib_basic_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/raylib_basic_window.c -------------------------------------------------------------------------------- /bin/res/src/test01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/test01.c -------------------------------------------------------------------------------- /bin/res/src/test02.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/test02.c -------------------------------------------------------------------------------- /bin/res/src/testminiaudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/bin/res/src/testminiaudio.c -------------------------------------------------------------------------------- /examples/csc/csc.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/csc/csc.dpr -------------------------------------------------------------------------------- /examples/csc/csc.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/csc/csc.dproj -------------------------------------------------------------------------------- /examples/csc/csc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/csc/csc.res -------------------------------------------------------------------------------- /examples/csc/csc_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/csc/csc_Icon.ico -------------------------------------------------------------------------------- /examples/csc/ucsc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/csc/ucsc.pas -------------------------------------------------------------------------------- /examples/testbed/Testbed.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/Testbed.dpr -------------------------------------------------------------------------------- /examples/testbed/Testbed.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/Testbed.dproj -------------------------------------------------------------------------------- /examples/testbed/Testbed.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/Testbed.res -------------------------------------------------------------------------------- /examples/testbed/Testbed_Icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/Testbed_Icon.ico -------------------------------------------------------------------------------- /examples/testbed/UAddFileDLL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UAddFileDLL.pas -------------------------------------------------------------------------------- /examples/testbed/UAddFileRun.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UAddFileRun.pas -------------------------------------------------------------------------------- /examples/testbed/UAddSymbol.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UAddSymbol.pas -------------------------------------------------------------------------------- /examples/testbed/UCompileString.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UCompileString.pas -------------------------------------------------------------------------------- /examples/testbed/UCreateEXE.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UCreateEXE.pas -------------------------------------------------------------------------------- /examples/testbed/UCreateLIB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UCreateLIB.pas -------------------------------------------------------------------------------- /examples/testbed/UGetSymbol.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UGetSymbol.pas -------------------------------------------------------------------------------- /examples/testbed/UTemplate.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UTemplate.pas -------------------------------------------------------------------------------- /examples/testbed/UTestbed.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UTestbed.pas -------------------------------------------------------------------------------- /examples/testbed/UUseLIB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/examples/testbed/UUseLIB.pas -------------------------------------------------------------------------------- /media/cscript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/media/cscript.png -------------------------------------------------------------------------------- /media/delphi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/media/delphi.png -------------------------------------------------------------------------------- /src/CScript.Common.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Common.pas -------------------------------------------------------------------------------- /src/CScript.Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Defines.inc -------------------------------------------------------------------------------- /src/CScript.Deps.CRuntime.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps.CRuntime.pas -------------------------------------------------------------------------------- /src/CScript.Deps.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps.o -------------------------------------------------------------------------------- /src/CScript.Deps.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps.pas -------------------------------------------------------------------------------- /src/CScript.Deps.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps.res -------------------------------------------------------------------------------- /src/CScript.Deps/CScript.Deps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps/CScript.Deps.c -------------------------------------------------------------------------------- /src/CScript.Deps/CScript.Deps.cbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps/CScript.Deps.cbproj -------------------------------------------------------------------------------- /src/CScript.Deps/output/CScript.Deps.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.Deps/output/CScript.Deps.res -------------------------------------------------------------------------------- /src/CScript.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.groupproj -------------------------------------------------------------------------------- /src/CScript.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/CScript.pas -------------------------------------------------------------------------------- /src/resdata/7za.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/7za.exe -------------------------------------------------------------------------------- /src/resdata/resdata.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/resdata.cmd -------------------------------------------------------------------------------- /src/resdata/resdata.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/resdata.rc -------------------------------------------------------------------------------- /src/resdata/resdata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/resdata.zip -------------------------------------------------------------------------------- /src/resdata/resource.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/resource.manifest -------------------------------------------------------------------------------- /src/resdata/root/include/GL/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/GL/gl.h -------------------------------------------------------------------------------- /src/resdata/root/include/GL/glaux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/GL/glaux.h -------------------------------------------------------------------------------- /src/resdata/root/include/GL/glu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/GL/glu.h -------------------------------------------------------------------------------- /src/resdata/root/include/_mingw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/_mingw.h -------------------------------------------------------------------------------- /src/resdata/root/include/_mingw_dxhelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/_mingw_dxhelper.h -------------------------------------------------------------------------------- /src/resdata/root/include/_mingw_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/_mingw_mac.h -------------------------------------------------------------------------------- /src/resdata/root/include/_mingw_print_pop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/_mingw_print_pop.h -------------------------------------------------------------------------------- /src/resdata/root/include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/assert.h -------------------------------------------------------------------------------- /src/resdata/root/include/complex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/complex.h -------------------------------------------------------------------------------- /src/resdata/root/include/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/conio.h -------------------------------------------------------------------------------- /src/resdata/root/include/crtdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/crtdbg.h -------------------------------------------------------------------------------- /src/resdata/root/include/crtdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/crtdefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ctype.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/afilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/afilter.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/amtvuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/amtvuids.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/atm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/atm.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/atsmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/atsmedia.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/bdasup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/bdasup.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/cfg.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/cfgmgr32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/cfgmgr32.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/compstui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/compstui.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/csq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/csq.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/d3dhal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/d3dhal.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/d3dhalex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/d3dhalex.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/d3dnthal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/d3dnthal.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/d4drvif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/d4drvif.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/d4iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/d4iface.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dciddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dciddi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dderror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dderror.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ddkernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ddkernel.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ddkmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ddkmapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ddrawi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ddrawi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ddrawint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ddrawint.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/devioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/devioctl.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/diskguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/diskguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dmemmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dmemmgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dmksctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dmksctrl.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dmusicks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dmusicks.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/driverspecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/driverspecs.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/drivinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/drivinit.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/drmk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/drmk.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dvp.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/dxapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/dxapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/fltsafe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/fltsafe.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/hidclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/hidclass.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/hidpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/hidpi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/hidusage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/hidusage.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ide.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ieverp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ieverp.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/imm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/imm.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ioaccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ioaccess.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/isguids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/isguids.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/kbdmou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/kbdmou.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/kcom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/kcom.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ksdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ksdebug.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ksuuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ksuuids.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/lmon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/lmon.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/mcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/mcd.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/miniport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/miniport.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/minitape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/minitape.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/mountdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/mountdev.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/mountmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/mountmgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ndis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ndis.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ndisguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ndisguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ndistapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ndistapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ndiswan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ndiswan.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/netevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/netevent.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/netpnp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/netpnp.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/nettypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/nettypes.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/newdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/newdev.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntagp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntagp.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntdd1394.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntdd1394.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntdd8042.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntdd8042.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddbeep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddbeep.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddcdrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddcdrm.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddcdvd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddcdvd.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddchgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddchgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntdddisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntdddisk.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddft.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddk.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddkbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddkbd.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddmou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddmou.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddndis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddndis.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddpar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddpar.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddpcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddpcm.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddscsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddscsi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddser.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddsnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddsnd.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddstor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddstor.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddtape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddtape.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddtdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddtdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddvdeo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddvdeo.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntddvol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntddvol.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntdef.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntifs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntifs.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntimage.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntnls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntnls.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntpoapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntpoapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntstatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntstatus.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ntstrsafe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ntstrsafe.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/objerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/objerror.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/oprghdlr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/oprghdlr.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/parallel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/parallel.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/pfhook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/pfhook.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/poclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/poclass.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/polarity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/polarity.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/portcls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/portcls.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/prntfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/prntfont.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/punknown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/punknown.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/scsi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/scsiscan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/scsiscan.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/scsiwmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/scsiwmi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/smbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/smbus.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/srb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/srb.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/stdunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/stdunk.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/stierr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/stierr.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/stireg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/stireg.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/storport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/storport.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/strmini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/strmini.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/swenum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/swenum.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/tdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/tdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/tdiinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/tdiinfo.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/tdikrnl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/tdikrnl.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/tdistat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/tdistat.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/tvout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/tvout.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/unknown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/unknown.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/upssvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/upssvc.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usb.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usb100.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usb100.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usb200.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usb200.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbcamdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbcamdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbdlib.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbioctl.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbiodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbiodef.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbkern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbkern.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbprint.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbscan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbscan.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/usbuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/usbuser.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/video.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/videoagp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/videoagp.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/warning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/warning.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/wdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/wdm.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/wdmguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/wdmguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/winddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/winddi.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/winddiui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/winddiui.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/winddk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/winddk.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/winsplp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/winsplp.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/ws2san.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/ws2san.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/xfilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/xfilter.h -------------------------------------------------------------------------------- /src/resdata/root/include/ddk/xmldsodid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ddk/xmldsodid.h -------------------------------------------------------------------------------- /src/resdata/root/include/dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/dir.h -------------------------------------------------------------------------------- /src/resdata/root/include/direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/direct.h -------------------------------------------------------------------------------- /src/resdata/root/include/dirent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/dirent.h -------------------------------------------------------------------------------- /src/resdata/root/include/dlfcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/dlfcn.h -------------------------------------------------------------------------------- /src/resdata/root/include/dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/dos.h -------------------------------------------------------------------------------- /src/resdata/root/include/dvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/dvec.h -------------------------------------------------------------------------------- /src/resdata/root/include/eh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/eh.h -------------------------------------------------------------------------------- /src/resdata/root/include/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/errno.h -------------------------------------------------------------------------------- /src/resdata/root/include/excpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/excpt.h -------------------------------------------------------------------------------- /src/resdata/root/include/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/fcntl.h -------------------------------------------------------------------------------- /src/resdata/root/include/fenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/fenv.h -------------------------------------------------------------------------------- /src/resdata/root/include/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/float.h -------------------------------------------------------------------------------- /src/resdata/root/include/fpieee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/fpieee.h -------------------------------------------------------------------------------- /src/resdata/root/include/fvec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/fvec.h -------------------------------------------------------------------------------- /src/resdata/root/include/getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/getopt.h -------------------------------------------------------------------------------- /src/resdata/root/include/ieeefp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ieeefp.h -------------------------------------------------------------------------------- /src/resdata/root/include/intrin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/intrin.h -------------------------------------------------------------------------------- /src/resdata/root/include/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/inttypes.h -------------------------------------------------------------------------------- /src/resdata/root/include/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/io.h -------------------------------------------------------------------------------- /src/resdata/root/include/iso646.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/iso646.h -------------------------------------------------------------------------------- /src/resdata/root/include/ivec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ivec.h -------------------------------------------------------------------------------- /src/resdata/root/include/libgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/libgen.h -------------------------------------------------------------------------------- /src/resdata/root/include/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/limits.h -------------------------------------------------------------------------------- /src/resdata/root/include/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/locale.h -------------------------------------------------------------------------------- /src/resdata/root/include/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/malloc.h -------------------------------------------------------------------------------- /src/resdata/root/include/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/math.h -------------------------------------------------------------------------------- /src/resdata/root/include/mbctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/mbctype.h -------------------------------------------------------------------------------- /src/resdata/root/include/mbstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/mbstring.h -------------------------------------------------------------------------------- /src/resdata/root/include/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/mem.h -------------------------------------------------------------------------------- /src/resdata/root/include/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/memory.h -------------------------------------------------------------------------------- /src/resdata/root/include/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/new.h -------------------------------------------------------------------------------- /src/resdata/root/include/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/process.h -------------------------------------------------------------------------------- /src/resdata/root/include/sdks/_mingw_ddk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sdks/_mingw_ddk.h -------------------------------------------------------------------------------- /src/resdata/root/include/search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/search.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/conio_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/conio_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/crtdbg_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/crtdbg_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/io_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/io_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/search_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/search_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/stdio_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/stdio_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/stdlib_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/stdlib_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/string_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/string_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/tchar_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/tchar_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/time_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/time_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sec_api/wchar_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sec_api/wchar_s.h -------------------------------------------------------------------------------- /src/resdata/root/include/sehmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sehmap.h -------------------------------------------------------------------------------- /src/resdata/root/include/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/setjmp.h -------------------------------------------------------------------------------- /src/resdata/root/include/setjmpex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/setjmpex.h -------------------------------------------------------------------------------- /src/resdata/root/include/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/share.h -------------------------------------------------------------------------------- /src/resdata/root/include/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/signal.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdalign.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdalign.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdarg.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdatomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdatomic.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdbool.h -------------------------------------------------------------------------------- /src/resdata/root/include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stddef.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdexcpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdexcpt.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdint.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdio.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdlib.h -------------------------------------------------------------------------------- /src/resdata/root/include/stdnoreturn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/stdnoreturn.h -------------------------------------------------------------------------------- /src/resdata/root/include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/string.h -------------------------------------------------------------------------------- /src/resdata/root/include/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/strings.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/cdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/cdefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/fcntl.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/file.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/locking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/locking.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/param.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/param.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/stat.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/time.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/timeb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/timeb.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/types.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/unistd.h -------------------------------------------------------------------------------- /src/resdata/root/include/sys/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/sys/utime.h -------------------------------------------------------------------------------- /src/resdata/root/include/syslimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/syslimits.h -------------------------------------------------------------------------------- /src/resdata/root/include/tcc/tcc_libm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/tcc/tcc_libm.h -------------------------------------------------------------------------------- /src/resdata/root/include/tccdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/tccdefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/tcclib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/tcclib.h -------------------------------------------------------------------------------- /src/resdata/root/include/tchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/tchar.h -------------------------------------------------------------------------------- /src/resdata/root/include/tgmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/tgmath.h -------------------------------------------------------------------------------- /src/resdata/root/include/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/time.h -------------------------------------------------------------------------------- /src/resdata/root/include/uchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/uchar.h -------------------------------------------------------------------------------- /src/resdata/root/include/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/unistd.h -------------------------------------------------------------------------------- /src/resdata/root/include/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/utime.h -------------------------------------------------------------------------------- /src/resdata/root/include/vadefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/vadefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/values.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/values.h -------------------------------------------------------------------------------- /src/resdata/root/include/varargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/varargs.h -------------------------------------------------------------------------------- /src/resdata/root/include/wchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/wchar.h -------------------------------------------------------------------------------- /src/resdata/root/include/wctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/wctype.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/_dbdao.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/_dbdao.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/accctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/accctrl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/aclapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/aclapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/aclui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/aclui.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/activeds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/activeds.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/admex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/admex.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adodef.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adoid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adoid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adoint.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adojet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adojet.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adomd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adomd.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adptif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adptif.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adsdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adsdb.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adserr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adserr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adshlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adshlp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adsiid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adsiid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adsnms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adsnms.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adsprop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adsprop.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adssts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adssts.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/adtgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/adtgen.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/advpub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/advpub.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/af_irda.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/af_irda.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/afxres.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/afxres.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/agtctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/agtctl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/agterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/agterr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/agtsvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/agtsvr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/appmgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/appmgmt.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/asptlb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/asptlb.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/authif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/authif.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/authz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/authz.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/avifmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/avifmt.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/azroles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/azroles.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/basetsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/basetsd.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bh.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bidispl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bidispl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bits.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bits1_5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bits1_5.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bits2_0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bits2_0.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bitscfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bitscfg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/bitsmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/bitsmsg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/blberr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/blberr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/callobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/callobj.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cderr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cderr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cdoex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cdoex.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cdoex_i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cdoex_i.c -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cdoexm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cdoexm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cdonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cdonts.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cdosys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cdosys.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/celib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/celib.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certadm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certadm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certcli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certcli.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certenc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certenc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certif.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certmod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certmod.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certpol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certpol.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/certsrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/certsrv.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cfg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/chanmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/chanmgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cierror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cierror.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/clusapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/clusapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cmdtree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cmdtree.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/color.dlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/color.dlg -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/comcat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/comcat.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/comdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/comdef.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/comip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/comip.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/commdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/commdlg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/compobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/compobj.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/comsvcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/comsvcs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/comutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/comutil.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/control.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/correg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/correg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cpl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/cplext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/cplext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/d3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/d3d.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/d3d8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/d3d8.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/d3d9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/d3d9.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/d3dcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/d3dcaps.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/d3dhal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/d3dhal.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/d3drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/d3drm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dbdaoid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dbdaoid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dbgeng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dbgeng.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dbghelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dbghelp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dbgprop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dbgprop.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dbt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dbt.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dciddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dciddi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dciman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dciman.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dde.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dde.rh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dde.rh -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ddeml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ddeml.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ddraw.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ddrawi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ddrawi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/devguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/devguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dhtmled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dhtmled.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dimm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dimm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dinput.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dispdib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dispdib.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dispex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dispex.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dlcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dlcapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dlgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dlgs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dls1.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dls2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dls2.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmdls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmdls.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmerror.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmo.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmoreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmoreg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmort.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmusicc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmusicc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmusicf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmusicf.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmusici.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmusici.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dmusics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dmusics.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/docobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/docobj.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/domdid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/domdid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dpaddr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dpaddr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dplay.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dplay8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dplay8.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dplobby.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dplobby.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dsadmin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dsadmin.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dsconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dsconf.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dsgetdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dsgetdc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dshow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dshow.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dsound.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dsquery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dsquery.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dsrole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dsrole.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dtchelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dtchelp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dvobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dvobj.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dwmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dwmapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dxdiag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dxdiag.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dxerr8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dxerr8.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dxerr9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dxerr9.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dxfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dxfile.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/dxtmpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/dxtmpl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/emptyvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/emptyvc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/error.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/exdisp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/exdisp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/fci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/fci.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/fdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/fdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/filehc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/filehc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/filter.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/filterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/filterr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/fltdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/fltdefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/font.dlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/font.dlg -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/gb18030.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/gb18030.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/gpedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/gpedit.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/gpmgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/gpmgmt.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/guiddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/guiddef.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/hlguids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/hlguids.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/hliface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/hliface.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/hlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/hlink.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/htiface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/htiface.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/http.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/httpext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/httpext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ia64reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ia64reg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iaccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iaccess.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iadmext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iadmext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iadmw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iadmw.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iads.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/icm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/icm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/icmpapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/icmpapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/icmui.dlg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/icmui.dlg -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/icrsint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/icrsint.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/idf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/idf.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iedial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iedial.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ieverp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ieverp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iiis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iiis.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iiisext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iiisext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iimgctx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iimgctx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iiscnfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iiscnfg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iisrsta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iisrsta.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ime.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/imm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/imm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/inetreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/inetreg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/inetsdk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/inetsdk.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/initoid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/initoid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ioevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ioevent.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ipmsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ipmsp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iptypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iptypes.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ipxrip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ipxrip.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ipxsap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ipxsap.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/isguids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/isguids.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/issperr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/issperr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/iwamreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/iwamreg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ks.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ksguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ksguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ksmedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ksmedia.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ksproxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ksproxy.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ksuuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ksuuids.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/kxia64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/kxia64.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmalert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmalert.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmat.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmaudit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmaudit.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmcons.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmdfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmdfs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmerr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmjoin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmjoin.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmmsg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmrepl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmrepl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmshare.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmsname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmsname.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmstats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmstats.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmsvc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmuse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmuse.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lmwksta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lmwksta.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/lpmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/lpmapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapidbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapidbg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapinls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapinls.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapioid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapioid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapispi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapispi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapival.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapival.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapiwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapiwin.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapiwz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapiwz.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mapix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mapix.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mciavi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mciavi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mcx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mcx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mddefw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mddefw.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mdhcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mdhcp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mdmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mdmsg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mgm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mgm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mgmtapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mgmtapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/midles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/midles.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/minmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/minmax.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mlang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mlang.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mmc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mmcobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mmcobj.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mmreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mmreg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mobsync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mobsync.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/moniker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/moniker.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mprapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mprapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mq.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mqmail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mqmail.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mqoai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mqoai.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msacm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msacm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msado15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msado15.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msasn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msasn1.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msber.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mschapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mschapp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msclus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msclus.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msdadc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msdadc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msdaipp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msdaipp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msdaora.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msdaora.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msdaosp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msdaosp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msdasc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msdasc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msdasql.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msdasql.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msfs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mshtml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mshtml.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mshtmlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mshtmlc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msidefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msidefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msoav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msoav.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspab.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspaddr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspaddr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspbase.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspcall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspcall.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspcoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspcoll.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspenum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspenum.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msplog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msplog.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspst.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspstrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspstrm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspterm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspterm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mspthrd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mspthrd.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mssip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mssip.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mstask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mstask.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mstcpip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mstcpip.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msterr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mswsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mswsock.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/msxml2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/msxml2.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mtsgrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mtsgrp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mtx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mtx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mtxattr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mtxattr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/mtxdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/mtxdm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/nb30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/nb30.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/netcon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/netcon.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/neterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/neterr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/netmon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/netmon.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/netprov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/netprov.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/newapis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/newapis.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/nmsupp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/nmsupp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/npapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/npapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/nspapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/nspapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntdsapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntdsapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntgdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntgdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntldap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntldap.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntmsapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntmsapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntmsmli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntmsmli.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntquery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntquery.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ntverp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ntverp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/oaidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/oaidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/objbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/objbase.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/objidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/objidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/objsafe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/objsafe.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/objsel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/objsel.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ocidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ocidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ocmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ocmm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/odbcss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/odbcss.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ole.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ole2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ole2.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ole2ver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ole2ver.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/oleacc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/oleacc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/oleauto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/oleauto.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/olectl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/olectl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/oledb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/oledb.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/oledlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/oledlg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/oleidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/oleidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/omp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/omp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/parser.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/pbt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/pbt.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/pcrt32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/pcrt32.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/pdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/pdh.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/pdhmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/pdhmsg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/penwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/penwin.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/perhist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/perhist.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/persist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/persist.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/poppack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/poppack.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/profile.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/propidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/propidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/prsht.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/prsht.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/psapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/psapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/pstore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/pstore.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/qmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/qmgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/qos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/qos.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/qosname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/qosname.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/qospol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/qospol.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/qossp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/qossp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ras.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ras.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rasdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rasdlg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rassapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rassapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ratings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ratings.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/reason.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/reason.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/regstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/regstr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rend.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/resapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/resapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/richole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/richole.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rnderr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rnderr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpcdce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpcdce.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpcdcep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpcdcep.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpcndr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpcndr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpcnsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpcnsi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpcnsip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpcnsip.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rpcssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rpcssl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rrascfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rrascfg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtcapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtccore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtccore.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtcerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtcerr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtinfo.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtmv2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtmv2.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/rtutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/rtutils.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/scesvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/scesvc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/schnlsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/schnlsp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/scode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/scode.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sddl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sddl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sdoias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sdoias.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sdpblb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sdpblb.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sdperr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sdperr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/secext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/secext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sens.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sensapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sensapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sfc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sfc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/shldisp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/shldisp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/shlguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/shlguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/shlobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/shlobj.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/shlwapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/shlwapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/shtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/shtypes.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/simpdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/simpdc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sipbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sipbase.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sisbkup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sisbkup.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/smpab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/smpab.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/smpms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/smpms.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/smpxp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/smpxp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/smx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/smx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/snmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/snmp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/softpub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/softpub.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sporder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sporder.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sql.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sql.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sql_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sql_1.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sqlext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sqlext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/srv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/srv.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sspguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sspguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sspi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sspi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sspserr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sspserr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sspsidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sspsidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/sti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/sti.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/stierr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/stierr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/stireg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/stireg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/stllock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/stllock.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/stm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/stm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/storage.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/strmif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/strmif.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/strsafe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/strsafe.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/subauth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/subauth.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/subsmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/subsmgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/svcguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/svcguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/svrapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/svrapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tapi3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tapi3.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tapi3cc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tapi3cc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tapi3ds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tapi3ds.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tapi3if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tapi3if.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tcerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tcerror.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tcguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tcguid.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/termmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/termmgr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tlogstg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tlogstg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tnef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tnef.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tom.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/traffic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/traffic.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/triedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/triedit.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tspi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tspi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/tvout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/tvout.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/txcoord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/txcoord.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/txctx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/txctx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/txdtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/txdtc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/umx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/umx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/unknwn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/unknwn.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/urlhist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/urlhist.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/urlmon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/urlmon.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/userenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/userenv.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/usp10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/usp10.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/uuids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/uuids.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/uxtheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/uxtheme.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/vcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/vcr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/vdmdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/vdmdbg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/vfw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/vfw.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/w32api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/w32api.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wab.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabcode.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabdefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabiab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabiab.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabmem.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabnot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabnot.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabtags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabtags.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wabutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wabutil.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wbemads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wbemads.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wbemcli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wbemcli.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wbemidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wbemidl.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wfext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wfext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wia.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wiadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wiadef.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wiadevd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wiadevd.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winable.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winbase.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winber.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wincon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wincon.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wincred.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wincred.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/windef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/windef.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/windns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/windns.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/windows.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winefs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wingdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wingdi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wininet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wininet.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winldap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winldap.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winnls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winnls.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winnt.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winnt.rh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winnt.rh -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winperf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winperf.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winreg.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winsnmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winsnmp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winsock.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winsvc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winuser.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winver.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/winwlx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/winwlx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wmistr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wmistr.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wownt16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wownt16.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wownt32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wownt32.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wpapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wpapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wptypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wptypes.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ws2atm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ws2atm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ws2dnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ws2dnet.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/ws2spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/ws2spi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wsipx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wsipx.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wsnetbs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wsnetbs.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wspiapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wspiapi.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wsrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wsrm.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wsvns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wsvns.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/wtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/wtypes.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/xa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/xa.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/xcmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/xcmc.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/xcmcext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/xcmcext.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/xenroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/xenroll.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/xolehlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/xolehlp.h -------------------------------------------------------------------------------- /src/resdata/root/include/winapi/zmouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/winapi/zmouse.h -------------------------------------------------------------------------------- /src/resdata/root/include/xlocinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/xlocinfo.h -------------------------------------------------------------------------------- /src/resdata/root/include/xmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/xmath.h -------------------------------------------------------------------------------- /src/resdata/root/include/ymath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/ymath.h -------------------------------------------------------------------------------- /src/resdata/root/include/yvals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/include/yvals.h -------------------------------------------------------------------------------- /src/resdata/root/lib/chkstk.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/lib/chkstk.S -------------------------------------------------------------------------------- /src/resdata/root/lib/gdi32.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/lib/gdi32.def -------------------------------------------------------------------------------- /src/resdata/root/lib/kernel32.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/lib/kernel32.def -------------------------------------------------------------------------------- /src/resdata/root/lib/msvcrt.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/lib/msvcrt.def -------------------------------------------------------------------------------- /src/resdata/root/lib/user32.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/lib/user32.def -------------------------------------------------------------------------------- /src/resdata/root/lib/ws2_32.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/root/lib/ws2_32.def -------------------------------------------------------------------------------- /src/resdata/versioninfo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/resdata/versioninfo.dat -------------------------------------------------------------------------------- /src/vendor/tcc/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/config.h -------------------------------------------------------------------------------- /src/vendor/tcc/dwarf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/dwarf.h -------------------------------------------------------------------------------- /src/vendor/tcc/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/elf.h -------------------------------------------------------------------------------- /src/vendor/tcc/i386-asm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/i386-asm.c -------------------------------------------------------------------------------- /src/vendor/tcc/i386-tok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/i386-tok.h -------------------------------------------------------------------------------- /src/vendor/tcc/libtcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/libtcc.c -------------------------------------------------------------------------------- /src/vendor/tcc/libtcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/libtcc.h -------------------------------------------------------------------------------- /src/vendor/tcc/stab.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/stab.def -------------------------------------------------------------------------------- /src/vendor/tcc/stab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/stab.h -------------------------------------------------------------------------------- /src/vendor/tcc/tcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tcc.h -------------------------------------------------------------------------------- /src/vendor/tcc/tccasm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccasm.c -------------------------------------------------------------------------------- /src/vendor/tcc/tccdbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccdbg.c -------------------------------------------------------------------------------- /src/vendor/tcc/tccelf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccelf.c -------------------------------------------------------------------------------- /src/vendor/tcc/tccgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccgen.c -------------------------------------------------------------------------------- /src/vendor/tcc/tccpe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccpe.c -------------------------------------------------------------------------------- /src/vendor/tcc/tccpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccpp.c -------------------------------------------------------------------------------- /src/vendor/tcc/tccrun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tccrun.c -------------------------------------------------------------------------------- /src/vendor/tcc/tcctok.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/tcctok.h -------------------------------------------------------------------------------- /src/vendor/tcc/x86_64-asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/x86_64-asm.h -------------------------------------------------------------------------------- /src/vendor/tcc/x86_64-gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/x86_64-gen.c -------------------------------------------------------------------------------- /src/vendor/tcc/x86_64-link.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/src/vendor/tcc/x86_64-link.c -------------------------------------------------------------------------------- /tools/resource.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/tools/resource.ico -------------------------------------------------------------------------------- /tools/resource.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/tools/resource.manifest -------------------------------------------------------------------------------- /tools/resource.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/tools/resource.o -------------------------------------------------------------------------------- /tools/resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/tools/resource.rc -------------------------------------------------------------------------------- /tools/windres.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tinyBigGAMES/CScript/HEAD/tools/windres.exe --------------------------------------------------------------------------------