├── .gitignore ├── README.md ├── ecstasy-solution.sln ├── memeware.dll └── solution ├── AnimationFix.cpp ├── AnimationFix.h ├── AntiAims.cpp ├── AntiAims.h ├── Autopeek.cpp ├── Autopeek.h ├── Autowall.cpp ├── Autowall.hpp ├── BeginFrame.h ├── Bunnyhop.h ├── CNetworkStringTableContainer.h ├── Chams.cpp ├── Chams.h ├── Createmove.h ├── DLL_MAIN.cpp ├── DLL_MAIN.h ├── DataTable.hpp ├── DispatchUserMessage.h ├── DoPostScreenEffects.h ├── Dormant.cpp ├── Dormant.h ├── DrawModelExecuted.h ├── EmitSound.h ├── EndScene.h ├── EngineHook.h ├── EnginePrediction.cpp ├── EnginePrediction.h ├── Eventlog.h ├── FakelagGraph.cpp ├── FakelagGraph.h ├── Features.h ├── FileSystem.h ├── FireEventClientSide.h ├── FrameStageNotify.h ├── GUI ├── bar.cpp ├── bar.h ├── button.cpp ├── button.h ├── checkbox.cpp ├── checkbox.h ├── child.cpp ├── child.h ├── colorpicker.cpp ├── colorpicker.h ├── combo.cpp ├── combo.h ├── dynamic_text.cpp ├── dynamic_text.h ├── element.h ├── gui.cpp ├── gui.h ├── input_text.cpp ├── input_text.h ├── keybind.cpp ├── keybind.h ├── listbox.cpp ├── listbox.h ├── multicombo.cpp ├── multicombo.h ├── rabegot_subtabs.cpp ├── ragebot_subtabs.h ├── slider.cpp ├── slider.h ├── tab.cpp ├── tab.h ├── text.cpp ├── text.h ├── window.cpp └── window.h ├── Glow.cpp ├── Glow.h ├── GreandePrediction.h ├── GrenadePrediction.cpp ├── Hitmarker.cpp ├── Hitmarker.h ├── Hooks.cpp ├── Hooks.h ├── Hooks ├── MinHook.cpp ├── MinHook.h ├── VmtSwap.cpp └── VmtSwap.h ├── IAppSystem.hpp ├── IGameTypes.h ├── ILocalize.hpp ├── ImRender.cpp ├── KeyValues.cpp ├── KeyValues.h ├── Knifebot.cpp ├── Knifebot.h ├── Legitbot.cpp ├── Legitbot.h ├── License.h ├── LocalAnimations.cpp ├── LocalAnimations.hpp ├── Math.cpp ├── Math.h ├── Menu.cpp ├── Menu.h ├── MinHook ├── MinHook.h ├── buffer.c ├── buffer.h ├── hde │ ├── hde32.c │ ├── hde32.h │ ├── hde64.c │ ├── hde64.h │ ├── pstdint.h │ ├── table32.h │ └── table64.h ├── hook.c ├── trampoline.c └── trampoline.h ├── Misc.cpp ├── Misc.h ├── Movement.cpp ├── Movement.h ├── NetChannelhook.h ├── NewFunctionsBypass.h ├── OverRideView.h ├── PaintTraverse.h ├── Panorama.h ├── ParticleCollection.h ├── ParticleSimulations.h ├── PerfScreenOverlay.h ├── PostDataUpdate.cpp ├── RageBackTracking.cpp ├── RageBackTracking.h ├── Ragebot — копия (2).cpp ├── Ragebot — копия.cpp ├── Ragebot.cpp ├── Ragebot.h ├── Recorder.cpp ├── Recorder.h ├── RecvProps.h ├── Resolver.cpp ├── Resolver.h ├── RunCommand.h ├── SceneEnd.h ├── Sequence.cpp ├── SetupAnimation.h ├── Threading.h ├── TraceRay.h ├── Tracer.cpp ├── Tracer.h ├── UTLVector.h ├── Utils.cpp ├── Utils.h ├── UtlMap.h ├── UtlMemory.h ├── UtlReference.h ├── UtlString.h ├── VMT_Manager.h ├── Variables.cpp ├── Variables.h ├── Vector.h ├── Visuals.cpp ├── Visuals.h ├── WndProc.h ├── WriteUsercmdDeltaToBuffer.h ├── aes256 ├── aes256.cpp └── aes256.hpp ├── alpha_slider_bg.h ├── binutils.cpp ├── binutils.h ├── bspflags.h ├── cMainStruct.h ├── c_movehelper.h ├── c_trace.h ├── c_usercmd.h ├── cheat.vcxproj ├── cheat.vcxproj.filters ├── checksum_crc.cpp ├── checksum_crc.h ├── checksum_md5.cpp ├── checksum_md5.h ├── colorpicker_bg.h ├── colors.h ├── common.h ├── config_.cpp ├── config_.hpp ├── cvar.h ├── d3d9 ├── D2D1.h ├── D2D1Helper.h ├── D2DBaseTypes.h ├── D2Derr.h ├── D3D10.h ├── D3D10_1.h ├── D3D10_1shader.h ├── D3D10effect.h ├── D3D10shader.h ├── D3D11.h ├── D3D11SDKLayers.h ├── D3D11Shader.h ├── D3DCSX.h ├── D3DCSX.lib ├── D3DCSXd.lib ├── D3DX10.h ├── D3DX10core.h ├── D3DX10math.h ├── D3DX10math.inl ├── D3DX10mesh.h ├── D3DX10tex.h ├── D3DX11.h ├── D3DX11async.h ├── D3DX11core.h ├── D3DX11tex.h ├── D3Dcommon.h ├── D3Dcompiler.h ├── DWrite.h ├── DXGI.h ├── DXGIFormat.h ├── DXGIType.h ├── Dcommon.h ├── DxErr.h ├── DxErr.lib ├── PIXPlugin.h ├── X3DAudio.h ├── X3DAudio.lib ├── XAPO.h ├── XAPOBase.h ├── XAPOFX.h ├── XAPOFX.lib ├── XAudio2.h ├── XAudio2fx.h ├── XDSP.h ├── XInput.h ├── XInput.lib ├── audiodefs.h ├── comdecl.h ├── d2d1.lib ├── d3d10.lib ├── d3d10_1.lib ├── d3d10misc.h ├── d3d10sdklayers.h ├── d3d11.lib ├── d3d9.h ├── d3d9.lib ├── d3d9caps.h ├── d3d9types.h ├── d3dcompiler.lib ├── d3dx10.lib ├── d3dx10async.h ├── d3dx10d.lib ├── d3dx11.lib ├── d3dx11d.lib ├── d3dx9.h ├── d3dx9.lib ├── d3dx9anim.h ├── d3dx9core.h ├── d3dx9d.lib ├── d3dx9effect.h ├── d3dx9math.h ├── d3dx9math.inl ├── d3dx9mesh.h ├── d3dx9shader.h ├── d3dx9shape.h ├── d3dx9tex.h ├── d3dx9xof.h ├── d3dxof.lib ├── ddraw.h ├── ddraw.lib ├── dinput.h ├── dinput8.lib ├── dinputd.h ├── dsconf.h ├── dsetup.h ├── dsetup.lib ├── dsound.h ├── dsound.lib ├── dvp.h ├── dwrite.lib ├── dxdiag.h ├── dxfile.h ├── dxgi.lib ├── dxguid.lib ├── dxsdkver.h ├── gameux.h ├── multimon.h ├── rmxfguid.h ├── rmxftmpl.h ├── rpcsal.h ├── xact3.h ├── xact3d3.h ├── xact3wb.h ├── xapobase.lib ├── xapobased.lib ├── xma2defs.h ├── xnamath.h ├── xnamathconvert.inl ├── xnamathmatrix.inl ├── xnamathmisc.inl └── xnamathvector.inl ├── d3dfont.cpp ├── d3dfont.h ├── debug_overlay.h ├── detourx ├── detours.h └── detours.lib ├── engine.h ├── engine_trace.h ├── entlist.h ├── findIndex.h ├── freetype ├── CMakeLists.txt ├── ChangeLog ├── ChangeLog.20 ├── ChangeLog.21 ├── ChangeLog.22 ├── ChangeLog.23 ├── ChangeLog.24 ├── ChangeLog.25 ├── ChangeLog.26 ├── ChangeLog.27 ├── ChangeLog.28 ├── Jamfile ├── Jamrules ├── Makefile ├── README ├── README.git ├── autogen.sh ├── builds │ ├── amiga │ │ ├── README │ │ ├── include │ │ │ └── config │ │ │ │ ├── ftconfig.h │ │ │ │ └── ftmodule.h │ │ ├── makefile │ │ ├── makefile.os4 │ │ ├── smakefile │ │ └── src │ │ │ └── base │ │ │ ├── ftdebug.c │ │ │ └── ftsystem.c │ ├── ansi │ │ ├── ansi-def.mk │ │ └── ansi.mk │ ├── atari │ │ ├── ATARI.H │ │ ├── FNames.SIC │ │ ├── FREETYPE.PRJ │ │ ├── README.TXT │ │ ├── deflinejoiner.awk │ │ └── gen-purec-patch.sh │ ├── beos │ │ ├── beos-def.mk │ │ ├── beos.mk │ │ └── detect.mk │ ├── cmake │ │ ├── FindHarfBuzz.cmake │ │ ├── iOS.cmake │ │ └── testbuild.sh │ ├── compiler │ │ ├── ansi-cc.mk │ │ ├── bcc-dev.mk │ │ ├── bcc.mk │ │ ├── emx.mk │ │ ├── gcc-dev.mk │ │ ├── gcc.mk │ │ ├── intelc.mk │ │ ├── unix-lcc.mk │ │ ├── visualage.mk │ │ ├── visualc.mk │ │ ├── watcom.mk │ │ └── win-lcc.mk │ ├── detect.mk │ ├── dos │ │ ├── detect.mk │ │ ├── dos-def.mk │ │ ├── dos-emx.mk │ │ ├── dos-gcc.mk │ │ └── dos-wat.mk │ ├── exports.mk │ ├── freetype.mk │ ├── link_dos.mk │ ├── link_std.mk │ ├── mac │ │ ├── FreeType.m68k_cfm.make.txt │ │ ├── FreeType.m68k_far.make.txt │ │ ├── FreeType.ppc_carbon.make.txt │ │ ├── FreeType.ppc_classic.make.txt │ │ ├── README │ │ ├── ascii2mpw.py │ │ ├── freetype-Info.plist │ │ ├── ftlib.prj.xml │ │ └── ftmac.c │ ├── modules.mk │ ├── os2 │ │ ├── detect.mk │ │ ├── os2-def.mk │ │ ├── os2-dev.mk │ │ └── os2-gcc.mk │ ├── symbian │ │ ├── bld.inf │ │ └── freetype.mmp │ ├── toplevel.mk │ ├── unix │ │ ├── aclocal.m4 │ │ ├── config.guess │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── configure.raw │ │ ├── detect.mk │ │ ├── freetype-config.in │ │ ├── freetype2.in │ │ ├── freetype2.m4 │ │ ├── ft-munmap.m4 │ │ ├── ftconfig.in │ │ ├── ftsystem.c │ │ ├── install-sh │ │ ├── install.mk │ │ ├── ltmain.sh │ │ ├── pkg.m4 │ │ ├── unix-cc.in │ │ ├── unix-def.in │ │ ├── unix-dev.mk │ │ ├── unix-lcc.mk │ │ ├── unix.mk │ │ └── unixddef.mk │ ├── vms │ │ ├── ftconfig.h │ │ └── ftsystem.c │ ├── wince │ │ ├── ftdebug.c │ │ ├── vc2005-ce │ │ │ ├── freetype.sln │ │ │ ├── freetype.vcproj │ │ │ └── index.html │ │ └── vc2008-ce │ │ │ ├── freetype.sln │ │ │ ├── freetype.vcproj │ │ │ └── index.html │ └── windows │ │ ├── detect.mk │ │ ├── ftdebug.c │ │ ├── vc2005 │ │ ├── freetype.sln │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── vc2008 │ │ ├── freetype.sln │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── vc2010 │ │ ├── freetype.sln │ │ ├── freetype.user.props │ │ ├── freetype.vcxproj │ │ ├── freetype.vcxproj.filters │ │ └── index.html │ │ ├── visualc │ │ ├── freetype.dsp │ │ ├── freetype.dsw │ │ ├── freetype.sln │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── visualce │ │ ├── freetype.dsp │ │ ├── freetype.dsw │ │ ├── freetype.vcproj │ │ └── index.html │ │ ├── w32-bcc.mk │ │ ├── w32-bccd.mk │ │ ├── w32-dev.mk │ │ ├── w32-gcc.mk │ │ ├── w32-icc.mk │ │ ├── w32-intl.mk │ │ ├── w32-lcc.mk │ │ ├── w32-mingw32.mk │ │ ├── w32-vcc.mk │ │ ├── w32-wat.mk │ │ └── win32-def.mk ├── configure ├── devel │ ├── ft2build.h │ └── ftoption.h ├── docs │ ├── CHANGES │ ├── CMAKE │ ├── CUSTOMIZE │ ├── DEBUG │ ├── FTL.TXT │ ├── GPLv2.TXT │ ├── INSTALL │ ├── INSTALL.ANY │ ├── INSTALL.CROSS │ ├── INSTALL.GNU │ ├── INSTALL.MAC │ ├── INSTALL.UNIX │ ├── INSTALL.VMS │ ├── LICENSE.TXT │ ├── MAKEPP │ ├── PROBLEMS │ ├── TODO │ ├── VERSIONS.TXT │ ├── formats.txt │ ├── freetype-config.1 │ ├── raster.txt │ ├── reference │ │ ├── README │ │ ├── ft2-auto_hinter.html │ │ ├── ft2-base_interface.html │ │ ├── ft2-basic_types.html │ │ ├── ft2-bdf_fonts.html │ │ ├── ft2-bitmap_handling.html │ │ ├── ft2-bzip2.html │ │ ├── ft2-cache_subsystem.html │ │ ├── ft2-cff_driver.html │ │ ├── ft2-cid_fonts.html │ │ ├── ft2-computations.html │ │ ├── ft2-error_code_values.html │ │ ├── ft2-error_enumerations.html │ │ ├── ft2-font_formats.html │ │ ├── ft2-gasp_table.html │ │ ├── ft2-glyph_management.html │ │ ├── ft2-glyph_stroker.html │ │ ├── ft2-glyph_variants.html │ │ ├── ft2-gx_validation.html │ │ ├── ft2-gzip.html │ │ ├── ft2-header_file_macros.html │ │ ├── ft2-header_inclusion.html │ │ ├── ft2-incremental.html │ │ ├── ft2-index.html │ │ ├── ft2-lcd_filtering.html │ │ ├── ft2-list_processing.html │ │ ├── ft2-lzw.html │ │ ├── ft2-mac_specific.html │ │ ├── ft2-module_management.html │ │ ├── ft2-multiple_masters.html │ │ ├── ft2-ot_validation.html │ │ ├── ft2-outline_processing.html │ │ ├── ft2-parameter_tags.html │ │ ├── ft2-pcf_driver.html │ │ ├── ft2-pfr_fonts.html │ │ ├── ft2-properties.html │ │ ├── ft2-quick_advance.html │ │ ├── ft2-raster.html │ │ ├── ft2-sfnt_names.html │ │ ├── ft2-sizes_management.html │ │ ├── ft2-system_interface.html │ │ ├── ft2-t1_cid_driver.html │ │ ├── ft2-toc.html │ │ ├── ft2-truetype_engine.html │ │ ├── ft2-truetype_tables.html │ │ ├── ft2-tt_driver.html │ │ ├── ft2-type1_tables.html │ │ ├── ft2-user_allocation.html │ │ ├── ft2-version.html │ │ └── ft2-winfnt_fonts.html │ └── release ├── include │ ├── freetype │ │ ├── config │ │ │ ├── ftconfig.h │ │ │ ├── ftheader.h │ │ │ ├── ftmodule.h │ │ │ ├── ftoption.h │ │ │ └── ftstdlib.h │ │ ├── freetype.h │ │ ├── ftadvanc.h │ │ ├── ftbbox.h │ │ ├── ftbdf.h │ │ ├── ftbitmap.h │ │ ├── ftbzip2.h │ │ ├── ftcache.h │ │ ├── ftchapters.h │ │ ├── ftcid.h │ │ ├── ftdriver.h │ │ ├── fterrdef.h │ │ ├── fterrors.h │ │ ├── ftfntfmt.h │ │ ├── ftgasp.h │ │ ├── ftglyph.h │ │ ├── ftgxval.h │ │ ├── ftgzip.h │ │ ├── ftimage.h │ │ ├── ftincrem.h │ │ ├── ftlcdfil.h │ │ ├── ftlist.h │ │ ├── ftlzw.h │ │ ├── ftmac.h │ │ ├── ftmm.h │ │ ├── ftmodapi.h │ │ ├── ftmoderr.h │ │ ├── ftotval.h │ │ ├── ftoutln.h │ │ ├── ftparams.h │ │ ├── ftpfr.h │ │ ├── ftrender.h │ │ ├── ftsizes.h │ │ ├── ftsnames.h │ │ ├── ftstroke.h │ │ ├── ftsynth.h │ │ ├── ftsystem.h │ │ ├── fttrigon.h │ │ ├── fttypes.h │ │ ├── ftwinfnt.h │ │ ├── internal │ │ │ ├── autohint.h │ │ │ ├── cffotypes.h │ │ │ ├── cfftypes.h │ │ │ ├── ftcalc.h │ │ │ ├── ftdebug.h │ │ │ ├── ftdrv.h │ │ │ ├── ftgloadr.h │ │ │ ├── fthash.h │ │ │ ├── ftmemory.h │ │ │ ├── ftobjs.h │ │ │ ├── ftpic.h │ │ │ ├── ftpsprop.h │ │ │ ├── ftrfork.h │ │ │ ├── ftserv.h │ │ │ ├── ftstream.h │ │ │ ├── fttrace.h │ │ │ ├── ftvalid.h │ │ │ ├── internal.h │ │ │ ├── psaux.h │ │ │ ├── pshints.h │ │ │ ├── services │ │ │ │ ├── svbdf.h │ │ │ │ ├── svcfftl.h │ │ │ │ ├── svcid.h │ │ │ │ ├── svfntfmt.h │ │ │ │ ├── svgldict.h │ │ │ │ ├── svgxval.h │ │ │ │ ├── svkern.h │ │ │ │ ├── svmetric.h │ │ │ │ ├── svmm.h │ │ │ │ ├── svotval.h │ │ │ │ ├── svpfr.h │ │ │ │ ├── svpostnm.h │ │ │ │ ├── svprop.h │ │ │ │ ├── svpscmap.h │ │ │ │ ├── svpsinfo.h │ │ │ │ ├── svsfnt.h │ │ │ │ ├── svttcmap.h │ │ │ │ ├── svtteng.h │ │ │ │ ├── svttglyf.h │ │ │ │ └── svwinfnt.h │ │ │ ├── sfnt.h │ │ │ ├── t1types.h │ │ │ └── tttypes.h │ │ ├── t1tables.h │ │ ├── ttnameid.h │ │ ├── tttables.h │ │ └── tttags.h │ └── ft2build.h ├── modules.cfg ├── objs │ ├── README │ ├── Win32 │ │ └── Release Static │ │ │ ├── freetype.tlog │ │ │ ├── CL.command.1.tlog │ │ │ ├── CL.read.1.tlog │ │ │ ├── CL.write.1.tlog │ │ │ ├── Lib-link-cvtres.read.1.tlog │ │ │ ├── Lib-link-cvtres.write.1.tlog │ │ │ ├── Lib.command.1.tlog │ │ │ ├── freetype.lastbuildstate │ │ │ ├── rc.command.1.tlog │ │ │ ├── rc.read.1.tlog │ │ │ └── rc.write.1.tlog │ │ │ └── ftver.res │ └── freetype.lib ├── src │ ├── Jamfile │ ├── autofit │ │ ├── Jamfile │ │ ├── afangles.c │ │ ├── afangles.h │ │ ├── afblue.c │ │ ├── afblue.cin │ │ ├── afblue.dat │ │ ├── afblue.h │ │ ├── afblue.hin │ │ ├── afcjk.c │ │ ├── afcjk.h │ │ ├── afcover.h │ │ ├── afdummy.c │ │ ├── afdummy.h │ │ ├── aferrors.h │ │ ├── afglobal.c │ │ ├── afglobal.h │ │ ├── afhints.c │ │ ├── afhints.h │ │ ├── afindic.c │ │ ├── afindic.h │ │ ├── aflatin.c │ │ ├── aflatin.h │ │ ├── aflatin2.c │ │ ├── aflatin2.h │ │ ├── afloader.c │ │ ├── afloader.h │ │ ├── afmodule.c │ │ ├── afmodule.h │ │ ├── afpic.c │ │ ├── afpic.h │ │ ├── afranges.c │ │ ├── afranges.h │ │ ├── afscript.h │ │ ├── afshaper.c │ │ ├── afshaper.h │ │ ├── afstyles.h │ │ ├── aftypes.h │ │ ├── afwarp.c │ │ ├── afwarp.h │ │ ├── afwrtsys.h │ │ ├── autofit.c │ │ ├── module.mk │ │ └── rules.mk │ ├── base │ │ ├── Jamfile │ │ ├── basepic.c │ │ ├── basepic.h │ │ ├── ftadvanc.c │ │ ├── ftapi.c │ │ ├── ftbase.c │ │ ├── ftbase.h │ │ ├── ftbbox.c │ │ ├── ftbdf.c │ │ ├── ftbitmap.c │ │ ├── ftcalc.c │ │ ├── ftcid.c │ │ ├── ftdbgmem.c │ │ ├── ftdebug.c │ │ ├── ftfntfmt.c │ │ ├── ftfstype.c │ │ ├── ftgasp.c │ │ ├── ftgloadr.c │ │ ├── ftglyph.c │ │ ├── ftgxval.c │ │ ├── fthash.c │ │ ├── ftinit.c │ │ ├── ftlcdfil.c │ │ ├── ftmac.c │ │ ├── ftmm.c │ │ ├── ftobjs.c │ │ ├── ftotval.c │ │ ├── ftoutln.c │ │ ├── ftpatent.c │ │ ├── ftpfr.c │ │ ├── ftpic.c │ │ ├── ftpsprop.c │ │ ├── ftrfork.c │ │ ├── ftsnames.c │ │ ├── ftstream.c │ │ ├── ftstroke.c │ │ ├── ftsynth.c │ │ ├── ftsystem.c │ │ ├── fttrigon.c │ │ ├── fttype1.c │ │ ├── ftutil.c │ │ ├── ftver.rc │ │ ├── ftwinfnt.c │ │ ├── md5.c │ │ ├── md5.h │ │ └── rules.mk │ ├── bdf │ │ ├── Jamfile │ │ ├── README │ │ ├── bdf.c │ │ ├── bdf.h │ │ ├── bdfdrivr.c │ │ ├── bdfdrivr.h │ │ ├── bdferror.h │ │ ├── bdflib.c │ │ ├── module.mk │ │ └── rules.mk │ ├── bzip2 │ │ ├── Jamfile │ │ ├── ftbzip2.c │ │ └── rules.mk │ ├── cache │ │ ├── Jamfile │ │ ├── ftcache.c │ │ ├── ftcbasic.c │ │ ├── ftccache.c │ │ ├── ftccache.h │ │ ├── ftccback.h │ │ ├── ftccmap.c │ │ ├── ftcerror.h │ │ ├── ftcglyph.c │ │ ├── ftcglyph.h │ │ ├── ftcimage.c │ │ ├── ftcimage.h │ │ ├── ftcmanag.c │ │ ├── ftcmanag.h │ │ ├── ftcmru.c │ │ ├── ftcmru.h │ │ ├── ftcsbits.c │ │ ├── ftcsbits.h │ │ └── rules.mk │ ├── cff │ │ ├── Jamfile │ │ ├── cff.c │ │ ├── cffcmap.c │ │ ├── cffcmap.h │ │ ├── cffdrivr.c │ │ ├── cffdrivr.h │ │ ├── cfferrs.h │ │ ├── cffgload.c │ │ ├── cffgload.h │ │ ├── cffload.c │ │ ├── cffload.h │ │ ├── cffobjs.c │ │ ├── cffobjs.h │ │ ├── cffparse.c │ │ ├── cffparse.h │ │ ├── cffpic.c │ │ ├── cffpic.h │ │ ├── cfftoken.h │ │ ├── module.mk │ │ └── rules.mk │ ├── cid │ │ ├── Jamfile │ │ ├── ciderrs.h │ │ ├── cidgload.c │ │ ├── cidgload.h │ │ ├── cidload.c │ │ ├── cidload.h │ │ ├── cidobjs.c │ │ ├── cidobjs.h │ │ ├── cidparse.c │ │ ├── cidparse.h │ │ ├── cidriver.c │ │ ├── cidriver.h │ │ ├── cidtoken.h │ │ ├── module.mk │ │ ├── rules.mk │ │ └── type1cid.c │ ├── gxvalid │ │ ├── Jamfile │ │ ├── README │ │ ├── gxvalid.c │ │ ├── gxvalid.h │ │ ├── gxvbsln.c │ │ ├── gxvcommn.c │ │ ├── gxvcommn.h │ │ ├── gxverror.h │ │ ├── gxvfeat.c │ │ ├── gxvfeat.h │ │ ├── gxvfgen.c │ │ ├── gxvjust.c │ │ ├── gxvkern.c │ │ ├── gxvlcar.c │ │ ├── gxvmod.c │ │ ├── gxvmod.h │ │ ├── gxvmort.c │ │ ├── gxvmort.h │ │ ├── gxvmort0.c │ │ ├── gxvmort1.c │ │ ├── gxvmort2.c │ │ ├── gxvmort4.c │ │ ├── gxvmort5.c │ │ ├── gxvmorx.c │ │ ├── gxvmorx.h │ │ ├── gxvmorx0.c │ │ ├── gxvmorx1.c │ │ ├── gxvmorx2.c │ │ ├── gxvmorx4.c │ │ ├── gxvmorx5.c │ │ ├── gxvopbd.c │ │ ├── gxvprop.c │ │ ├── gxvtrak.c │ │ ├── module.mk │ │ └── rules.mk │ ├── gzip │ │ ├── Jamfile │ │ ├── adler32.c │ │ ├── ftgzip.c │ │ ├── ftzconf.h │ │ ├── infblock.c │ │ ├── infblock.h │ │ ├── infcodes.c │ │ ├── infcodes.h │ │ ├── inffixed.h │ │ ├── inflate.c │ │ ├── inftrees.c │ │ ├── inftrees.h │ │ ├── infutil.c │ │ ├── infutil.h │ │ ├── rules.mk │ │ ├── zlib.h │ │ ├── zutil.c │ │ └── zutil.h │ ├── lzw │ │ ├── Jamfile │ │ ├── ftlzw.c │ │ ├── ftzopen.c │ │ ├── ftzopen.h │ │ └── rules.mk │ ├── otvalid │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── otvalid.c │ │ ├── otvalid.h │ │ ├── otvbase.c │ │ ├── otvcommn.c │ │ ├── otvcommn.h │ │ ├── otverror.h │ │ ├── otvgdef.c │ │ ├── otvgpos.c │ │ ├── otvgpos.h │ │ ├── otvgsub.c │ │ ├── otvjstf.c │ │ ├── otvmath.c │ │ ├── otvmod.c │ │ ├── otvmod.h │ │ └── rules.mk │ ├── pcf │ │ ├── Jamfile │ │ ├── README │ │ ├── module.mk │ │ ├── pcf.c │ │ ├── pcf.h │ │ ├── pcfdrivr.c │ │ ├── pcfdrivr.h │ │ ├── pcferror.h │ │ ├── pcfread.c │ │ ├── pcfread.h │ │ ├── pcfutil.c │ │ ├── pcfutil.h │ │ └── rules.mk │ ├── pfr │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── pfr.c │ │ ├── pfrcmap.c │ │ ├── pfrcmap.h │ │ ├── pfrdrivr.c │ │ ├── pfrdrivr.h │ │ ├── pfrerror.h │ │ ├── pfrgload.c │ │ ├── pfrgload.h │ │ ├── pfrload.c │ │ ├── pfrload.h │ │ ├── pfrobjs.c │ │ ├── pfrobjs.h │ │ ├── pfrsbit.c │ │ ├── pfrsbit.h │ │ ├── pfrtypes.h │ │ └── rules.mk │ ├── psaux │ │ ├── Jamfile │ │ ├── afmparse.c │ │ ├── afmparse.h │ │ ├── cffdecode.c │ │ ├── cffdecode.h │ │ ├── module.mk │ │ ├── psarrst.c │ │ ├── psarrst.h │ │ ├── psaux.c │ │ ├── psauxerr.h │ │ ├── psauxmod.c │ │ ├── psauxmod.h │ │ ├── psblues.c │ │ ├── psblues.h │ │ ├── psconv.c │ │ ├── psconv.h │ │ ├── pserror.c │ │ ├── pserror.h │ │ ├── psfixed.h │ │ ├── psfont.c │ │ ├── psfont.h │ │ ├── psft.c │ │ ├── psft.h │ │ ├── psglue.h │ │ ├── pshints.c │ │ ├── pshints.h │ │ ├── psintrp.c │ │ ├── psintrp.h │ │ ├── psobjs.c │ │ ├── psobjs.h │ │ ├── psread.c │ │ ├── psread.h │ │ ├── psstack.c │ │ ├── psstack.h │ │ ├── pstypes.h │ │ ├── rules.mk │ │ ├── t1cmap.c │ │ ├── t1cmap.h │ │ ├── t1decode.c │ │ └── t1decode.h │ ├── pshinter │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── pshalgo.c │ │ ├── pshalgo.h │ │ ├── pshglob.c │ │ ├── pshglob.h │ │ ├── pshinter.c │ │ ├── pshmod.c │ │ ├── pshmod.h │ │ ├── pshnterr.h │ │ ├── pshpic.c │ │ ├── pshpic.h │ │ ├── pshrec.c │ │ ├── pshrec.h │ │ └── rules.mk │ ├── psnames │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── psmodule.c │ │ ├── psmodule.h │ │ ├── psnamerr.h │ │ ├── psnames.c │ │ ├── pspic.c │ │ ├── pspic.h │ │ ├── pstables.h │ │ └── rules.mk │ ├── raster │ │ ├── Jamfile │ │ ├── ftmisc.h │ │ ├── ftraster.c │ │ ├── ftraster.h │ │ ├── ftrend1.c │ │ ├── ftrend1.h │ │ ├── module.mk │ │ ├── raster.c │ │ ├── rasterrs.h │ │ ├── rastpic.c │ │ ├── rastpic.h │ │ └── rules.mk │ ├── sfnt │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── pngshim.c │ │ ├── pngshim.h │ │ ├── rules.mk │ │ ├── sfdriver.c │ │ ├── sfdriver.h │ │ ├── sferrors.h │ │ ├── sfnt.c │ │ ├── sfntpic.c │ │ ├── sfntpic.h │ │ ├── sfobjs.c │ │ ├── sfobjs.h │ │ ├── ttbdf.c │ │ ├── ttbdf.h │ │ ├── ttcmap.c │ │ ├── ttcmap.h │ │ ├── ttcmapc.h │ │ ├── ttkern.c │ │ ├── ttkern.h │ │ ├── ttload.c │ │ ├── ttload.h │ │ ├── ttmtx.c │ │ ├── ttmtx.h │ │ ├── ttpost.c │ │ ├── ttpost.h │ │ ├── ttsbit.c │ │ └── ttsbit.h │ ├── smooth │ │ ├── Jamfile │ │ ├── ftgrays.c │ │ ├── ftgrays.h │ │ ├── ftsmerrs.h │ │ ├── ftsmooth.c │ │ ├── ftsmooth.h │ │ ├── ftspic.c │ │ ├── ftspic.h │ │ ├── module.mk │ │ ├── rules.mk │ │ └── smooth.c │ ├── tools │ │ ├── Jamfile │ │ ├── afblue.pl │ │ ├── apinames.c │ │ ├── chktrcmp.py │ │ ├── cordic.py │ │ ├── docmaker │ │ │ ├── content.py │ │ │ ├── docbeauty.py │ │ │ ├── docmaker.py │ │ │ ├── formatter.py │ │ │ ├── sources.py │ │ │ ├── tohtml.py │ │ │ └── utils.py │ │ ├── ftfuzzer │ │ │ ├── README │ │ │ ├── ftfuzzer.cc │ │ │ ├── ftmutator.cc │ │ │ ├── rasterfuzzer.cc │ │ │ └── runinput.cc │ │ ├── ftrandom │ │ │ ├── Makefile │ │ │ ├── README │ │ │ └── ftrandom.c │ │ ├── glnames.py │ │ ├── no-copyright │ │ ├── test_afm.c │ │ ├── test_bbox.c │ │ ├── test_trig.c │ │ ├── update-copyright │ │ └── update-copyright-year │ ├── truetype │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── truetype.c │ │ ├── ttdriver.c │ │ ├── ttdriver.h │ │ ├── tterrors.h │ │ ├── ttgload.c │ │ ├── ttgload.h │ │ ├── ttgxvar.c │ │ ├── ttgxvar.h │ │ ├── ttinterp.c │ │ ├── ttinterp.h │ │ ├── ttobjs.c │ │ ├── ttobjs.h │ │ ├── ttpic.c │ │ ├── ttpic.h │ │ ├── ttpload.c │ │ ├── ttpload.h │ │ ├── ttsubpix.c │ │ └── ttsubpix.h │ ├── type1 │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── t1afm.c │ │ ├── t1afm.h │ │ ├── t1driver.c │ │ ├── t1driver.h │ │ ├── t1errors.h │ │ ├── t1gload.c │ │ ├── t1gload.h │ │ ├── t1load.c │ │ ├── t1load.h │ │ ├── t1objs.c │ │ ├── t1objs.h │ │ ├── t1parse.c │ │ ├── t1parse.h │ │ ├── t1tokens.h │ │ └── type1.c │ ├── type42 │ │ ├── Jamfile │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── t42drivr.c │ │ ├── t42drivr.h │ │ ├── t42error.h │ │ ├── t42objs.c │ │ ├── t42objs.h │ │ ├── t42parse.c │ │ ├── t42parse.h │ │ ├── t42types.h │ │ └── type42.c │ └── winfonts │ │ ├── Jamfile │ │ ├── fnterrs.h │ │ ├── module.mk │ │ ├── rules.mk │ │ ├── winfnt.c │ │ └── winfnt.h ├── version.sed └── vms_make.com ├── game_event.h ├── global_vars.h ├── glow_manager.h ├── hitsounds.h ├── iBaseClientDLL.h ├── i_base_player.cpp ├── i_base_player.h ├── i_mdl_cache.h ├── images.h ├── imfilebrowser.h ├── imgui ├── imconfig.h ├── imgui.cpp ├── imgui.h ├── imgui_demo.cpp ├── imgui_draw.cpp ├── imgui_freetype.cpp ├── imgui_freetype.h ├── imgui_impl_dx9.cpp ├── imgui_impl_dx9.h ├── imgui_impl_win32.cpp ├── imgui_impl_win32.h ├── imgui_internal.h ├── imgui_widgets.cpp ├── imstb_rectpack.h ├── imstb_textedit.h └── imstb_truetype.h ├── imgui_tables.cpp ├── input_system.h ├── interfaces.h ├── itemdefinitions.cpp ├── itemdefinitions.hpp ├── itexture.h ├── iv_effects.h ├── json.hpp ├── json ├── json-forwards.h ├── json.h └── jsoncpp.cpp ├── kitparser.cpp ├── kitparser.hpp ├── lua ├── config.hpp ├── forward.hpp ├── lapi.c ├── lapi.h ├── lauxlib.c ├── lauxlib.h ├── lbaselib.c ├── lcode.c ├── lcode.h ├── lcorolib.c ├── lctype.c ├── lctype.h ├── ldblib.c ├── ldebug.c ├── ldebug.h ├── ldo.c ├── ldo.h ├── ldump.c ├── lfunc.c ├── lfunc.h ├── lgc.c ├── lgc.h ├── linit.c ├── liolib.c ├── ljumptab.h ├── llex.c ├── llex.h ├── llimits.h ├── lmathlib.c ├── lmem.c ├── lmem.h ├── loadlib.c ├── lobject.c ├── lobject.h ├── lopcodes.c ├── lopcodes.h ├── lopnames.h ├── loslib.c ├── lparser.c ├── lparser.h ├── lprefix.h ├── lstate.c ├── lstate.h ├── lstring.c ├── lstring.h ├── lstrlib.c ├── ltable.c ├── ltable.h ├── ltablib.c ├── ltm.c ├── ltm.h ├── lua.c ├── lua.h ├── lua.hpp ├── luaconf.h ├── lualib.h ├── lundump.c ├── lundump.h ├── lutf8lib.c ├── lvm.c ├── lvm.h ├── lzio.c ├── lzio.h └── sol.hpp ├── manrope_meduim_ttf.h ├── material_system.h ├── matrix.h ├── md5.cpp ├── md5.h ├── memalloc.h ├── model_info.h ├── model_render.h ├── nSkinz.cpp ├── nSkinz.hpp ├── netvar_manager.cpp ├── netvar_manager.h ├── notifies.h ├── pad.h ├── physics_surface_props.h ├── prediction.h ├── predictioncopy.cpp ├── predictioncopy.h ├── protect ├── config.cpp ├── config.h ├── cryptoc.hpp ├── encoding.hpp ├── fnv_a1.hpp ├── hwid.hpp ├── mac.hpp ├── md5.hpp ├── protect.cpp ├── protect.hpp └── xorstr.h ├── protobufreader.h ├── proxyentity.h ├── ragebot_icons ├── item_assaultsuit.h ├── weapon_awp.h ├── weapon_deagle.h ├── weapon_glock.h ├── weapon_m4a1.h ├── weapon_scar20.h └── weapon_ssg08.h ├── recv_proxy_hook.hpp ├── recvprophook.hpp ├── refcount.h ├── render.cpp ├── render.h ├── render_view.h ├── resource.h ├── scripting.cpp ├── scripting.h ├── sha256.cpp ├── sha256.h ├── steam.h ├── sticker_changer.cpp ├── sticker_changer.hpp ├── studio_render.h ├── surface.h ├── tabs_icon ├── antiaim_icon.h ├── config_icon.h ├── legitbot_icon.h ├── misc_icon.h ├── players_icons.h ├── ragebot_icon.h ├── skins_icon.h └── world_icon.h ├── toolbar_customs.cpp ├── toolbar_customs.h ├── view_render_beams.h ├── vmtsmarthook.hpp ├── vpanel.h └── xorstrlib.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/README.md -------------------------------------------------------------------------------- /ecstasy-solution.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/ecstasy-solution.sln -------------------------------------------------------------------------------- /memeware.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/memeware.dll -------------------------------------------------------------------------------- /solution/AnimationFix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/AnimationFix.cpp -------------------------------------------------------------------------------- /solution/AnimationFix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/AnimationFix.h -------------------------------------------------------------------------------- /solution/AntiAims.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/AntiAims.cpp -------------------------------------------------------------------------------- /solution/AntiAims.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/AntiAims.h -------------------------------------------------------------------------------- /solution/Autopeek.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Autopeek.cpp -------------------------------------------------------------------------------- /solution/Autopeek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Autopeek.h -------------------------------------------------------------------------------- /solution/Autowall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Autowall.cpp -------------------------------------------------------------------------------- /solution/Autowall.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Autowall.hpp -------------------------------------------------------------------------------- /solution/BeginFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/BeginFrame.h -------------------------------------------------------------------------------- /solution/Bunnyhop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Bunnyhop.h -------------------------------------------------------------------------------- /solution/CNetworkStringTableContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/CNetworkStringTableContainer.h -------------------------------------------------------------------------------- /solution/Chams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Chams.cpp -------------------------------------------------------------------------------- /solution/Chams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Chams.h -------------------------------------------------------------------------------- /solution/Createmove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Createmove.h -------------------------------------------------------------------------------- /solution/DLL_MAIN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/DLL_MAIN.cpp -------------------------------------------------------------------------------- /solution/DLL_MAIN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/DLL_MAIN.h -------------------------------------------------------------------------------- /solution/DataTable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/DataTable.hpp -------------------------------------------------------------------------------- /solution/DispatchUserMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/DispatchUserMessage.h -------------------------------------------------------------------------------- /solution/DoPostScreenEffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/DoPostScreenEffects.h -------------------------------------------------------------------------------- /solution/Dormant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Dormant.cpp -------------------------------------------------------------------------------- /solution/Dormant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Dormant.h -------------------------------------------------------------------------------- /solution/DrawModelExecuted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/DrawModelExecuted.h -------------------------------------------------------------------------------- /solution/EmitSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/EmitSound.h -------------------------------------------------------------------------------- /solution/EndScene.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/EndScene.h -------------------------------------------------------------------------------- /solution/EngineHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/EngineHook.h -------------------------------------------------------------------------------- /solution/EnginePrediction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/EnginePrediction.cpp -------------------------------------------------------------------------------- /solution/EnginePrediction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/EnginePrediction.h -------------------------------------------------------------------------------- /solution/Eventlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Eventlog.h -------------------------------------------------------------------------------- /solution/FakelagGraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/FakelagGraph.cpp -------------------------------------------------------------------------------- /solution/FakelagGraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/FakelagGraph.h -------------------------------------------------------------------------------- /solution/Features.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Features.h -------------------------------------------------------------------------------- /solution/FileSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/FileSystem.h -------------------------------------------------------------------------------- /solution/FireEventClientSide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/FireEventClientSide.h -------------------------------------------------------------------------------- /solution/FrameStageNotify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/FrameStageNotify.h -------------------------------------------------------------------------------- /solution/GUI/bar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/bar.cpp -------------------------------------------------------------------------------- /solution/GUI/bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/bar.h -------------------------------------------------------------------------------- /solution/GUI/button.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/button.cpp -------------------------------------------------------------------------------- /solution/GUI/button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/button.h -------------------------------------------------------------------------------- /solution/GUI/checkbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/checkbox.cpp -------------------------------------------------------------------------------- /solution/GUI/checkbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/checkbox.h -------------------------------------------------------------------------------- /solution/GUI/child.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/child.cpp -------------------------------------------------------------------------------- /solution/GUI/child.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/child.h -------------------------------------------------------------------------------- /solution/GUI/colorpicker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/colorpicker.cpp -------------------------------------------------------------------------------- /solution/GUI/colorpicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/colorpicker.h -------------------------------------------------------------------------------- /solution/GUI/combo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/combo.cpp -------------------------------------------------------------------------------- /solution/GUI/combo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/combo.h -------------------------------------------------------------------------------- /solution/GUI/dynamic_text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/dynamic_text.cpp -------------------------------------------------------------------------------- /solution/GUI/dynamic_text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/dynamic_text.h -------------------------------------------------------------------------------- /solution/GUI/element.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/element.h -------------------------------------------------------------------------------- /solution/GUI/gui.cpp: -------------------------------------------------------------------------------- 1 | #include "gui.h" -------------------------------------------------------------------------------- /solution/GUI/gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/gui.h -------------------------------------------------------------------------------- /solution/GUI/input_text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/input_text.cpp -------------------------------------------------------------------------------- /solution/GUI/input_text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/input_text.h -------------------------------------------------------------------------------- /solution/GUI/keybind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/keybind.cpp -------------------------------------------------------------------------------- /solution/GUI/keybind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/keybind.h -------------------------------------------------------------------------------- /solution/GUI/listbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/listbox.cpp -------------------------------------------------------------------------------- /solution/GUI/listbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/listbox.h -------------------------------------------------------------------------------- /solution/GUI/multicombo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/multicombo.cpp -------------------------------------------------------------------------------- /solution/GUI/multicombo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/multicombo.h -------------------------------------------------------------------------------- /solution/GUI/rabegot_subtabs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/rabegot_subtabs.cpp -------------------------------------------------------------------------------- /solution/GUI/ragebot_subtabs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/ragebot_subtabs.h -------------------------------------------------------------------------------- /solution/GUI/slider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/slider.cpp -------------------------------------------------------------------------------- /solution/GUI/slider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/slider.h -------------------------------------------------------------------------------- /solution/GUI/tab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/tab.cpp -------------------------------------------------------------------------------- /solution/GUI/tab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/tab.h -------------------------------------------------------------------------------- /solution/GUI/text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/text.cpp -------------------------------------------------------------------------------- /solution/GUI/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/text.h -------------------------------------------------------------------------------- /solution/GUI/window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/window.cpp -------------------------------------------------------------------------------- /solution/GUI/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GUI/window.h -------------------------------------------------------------------------------- /solution/Glow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Glow.cpp -------------------------------------------------------------------------------- /solution/Glow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Glow.h -------------------------------------------------------------------------------- /solution/GreandePrediction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GreandePrediction.h -------------------------------------------------------------------------------- /solution/GrenadePrediction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/GrenadePrediction.cpp -------------------------------------------------------------------------------- /solution/Hitmarker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hitmarker.cpp -------------------------------------------------------------------------------- /solution/Hitmarker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hitmarker.h -------------------------------------------------------------------------------- /solution/Hooks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hooks.cpp -------------------------------------------------------------------------------- /solution/Hooks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hooks.h -------------------------------------------------------------------------------- /solution/Hooks/MinHook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hooks/MinHook.cpp -------------------------------------------------------------------------------- /solution/Hooks/MinHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hooks/MinHook.h -------------------------------------------------------------------------------- /solution/Hooks/VmtSwap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hooks/VmtSwap.cpp -------------------------------------------------------------------------------- /solution/Hooks/VmtSwap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Hooks/VmtSwap.h -------------------------------------------------------------------------------- /solution/IAppSystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/IAppSystem.hpp -------------------------------------------------------------------------------- /solution/IGameTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/IGameTypes.h -------------------------------------------------------------------------------- /solution/ILocalize.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ILocalize.hpp -------------------------------------------------------------------------------- /solution/ImRender.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ImRender.cpp -------------------------------------------------------------------------------- /solution/KeyValues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/KeyValues.cpp -------------------------------------------------------------------------------- /solution/KeyValues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/KeyValues.h -------------------------------------------------------------------------------- /solution/Knifebot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Knifebot.cpp -------------------------------------------------------------------------------- /solution/Knifebot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Knifebot.h -------------------------------------------------------------------------------- /solution/Legitbot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Legitbot.cpp -------------------------------------------------------------------------------- /solution/Legitbot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Legitbot.h -------------------------------------------------------------------------------- /solution/License.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/License.h -------------------------------------------------------------------------------- /solution/LocalAnimations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/LocalAnimations.cpp -------------------------------------------------------------------------------- /solution/LocalAnimations.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/LocalAnimations.hpp -------------------------------------------------------------------------------- /solution/Math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Math.cpp -------------------------------------------------------------------------------- /solution/Math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Math.h -------------------------------------------------------------------------------- /solution/Menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Menu.cpp -------------------------------------------------------------------------------- /solution/Menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Menu.h -------------------------------------------------------------------------------- /solution/MinHook/MinHook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/MinHook.h -------------------------------------------------------------------------------- /solution/MinHook/buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/buffer.c -------------------------------------------------------------------------------- /solution/MinHook/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/buffer.h -------------------------------------------------------------------------------- /solution/MinHook/hde/hde32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/hde32.c -------------------------------------------------------------------------------- /solution/MinHook/hde/hde32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/hde32.h -------------------------------------------------------------------------------- /solution/MinHook/hde/hde64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/hde64.c -------------------------------------------------------------------------------- /solution/MinHook/hde/hde64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/hde64.h -------------------------------------------------------------------------------- /solution/MinHook/hde/pstdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/pstdint.h -------------------------------------------------------------------------------- /solution/MinHook/hde/table32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/table32.h -------------------------------------------------------------------------------- /solution/MinHook/hde/table64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hde/table64.h -------------------------------------------------------------------------------- /solution/MinHook/hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/hook.c -------------------------------------------------------------------------------- /solution/MinHook/trampoline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/trampoline.c -------------------------------------------------------------------------------- /solution/MinHook/trampoline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/MinHook/trampoline.h -------------------------------------------------------------------------------- /solution/Misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Misc.cpp -------------------------------------------------------------------------------- /solution/Misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Misc.h -------------------------------------------------------------------------------- /solution/Movement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Movement.cpp -------------------------------------------------------------------------------- /solution/Movement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Movement.h -------------------------------------------------------------------------------- /solution/NetChannelhook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/NetChannelhook.h -------------------------------------------------------------------------------- /solution/NewFunctionsBypass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/NewFunctionsBypass.h -------------------------------------------------------------------------------- /solution/OverRideView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/OverRideView.h -------------------------------------------------------------------------------- /solution/PaintTraverse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/PaintTraverse.h -------------------------------------------------------------------------------- /solution/Panorama.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Panorama.h -------------------------------------------------------------------------------- /solution/ParticleCollection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ParticleCollection.h -------------------------------------------------------------------------------- /solution/ParticleSimulations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ParticleSimulations.h -------------------------------------------------------------------------------- /solution/PerfScreenOverlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/PerfScreenOverlay.h -------------------------------------------------------------------------------- /solution/PostDataUpdate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/PostDataUpdate.cpp -------------------------------------------------------------------------------- /solution/RageBackTracking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/RageBackTracking.cpp -------------------------------------------------------------------------------- /solution/RageBackTracking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/RageBackTracking.h -------------------------------------------------------------------------------- /solution/Ragebot — копия (2).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Ragebot — копия (2).cpp -------------------------------------------------------------------------------- /solution/Ragebot — копия.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Ragebot — копия.cpp -------------------------------------------------------------------------------- /solution/Ragebot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Ragebot.cpp -------------------------------------------------------------------------------- /solution/Ragebot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Ragebot.h -------------------------------------------------------------------------------- /solution/Recorder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Recorder.cpp -------------------------------------------------------------------------------- /solution/Recorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Recorder.h -------------------------------------------------------------------------------- /solution/RecvProps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/RecvProps.h -------------------------------------------------------------------------------- /solution/Resolver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Resolver.cpp -------------------------------------------------------------------------------- /solution/Resolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Resolver.h -------------------------------------------------------------------------------- /solution/RunCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/RunCommand.h -------------------------------------------------------------------------------- /solution/SceneEnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/SceneEnd.h -------------------------------------------------------------------------------- /solution/Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Sequence.cpp -------------------------------------------------------------------------------- /solution/SetupAnimation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/SetupAnimation.h -------------------------------------------------------------------------------- /solution/Threading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Threading.h -------------------------------------------------------------------------------- /solution/TraceRay.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "Hooks.h" 3 | -------------------------------------------------------------------------------- /solution/Tracer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Tracer.cpp -------------------------------------------------------------------------------- /solution/Tracer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Tracer.h -------------------------------------------------------------------------------- /solution/UTLVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/UTLVector.h -------------------------------------------------------------------------------- /solution/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Utils.cpp -------------------------------------------------------------------------------- /solution/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Utils.h -------------------------------------------------------------------------------- /solution/UtlMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/UtlMap.h -------------------------------------------------------------------------------- /solution/UtlMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/UtlMemory.h -------------------------------------------------------------------------------- /solution/UtlReference.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/UtlReference.h -------------------------------------------------------------------------------- /solution/UtlString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/UtlString.h -------------------------------------------------------------------------------- /solution/VMT_Manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/VMT_Manager.h -------------------------------------------------------------------------------- /solution/Variables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Variables.cpp -------------------------------------------------------------------------------- /solution/Variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Variables.h -------------------------------------------------------------------------------- /solution/Vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Vector.h -------------------------------------------------------------------------------- /solution/Visuals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Visuals.cpp -------------------------------------------------------------------------------- /solution/Visuals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/Visuals.h -------------------------------------------------------------------------------- /solution/WndProc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/WndProc.h -------------------------------------------------------------------------------- /solution/WriteUsercmdDeltaToBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/WriteUsercmdDeltaToBuffer.h -------------------------------------------------------------------------------- /solution/aes256/aes256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/aes256/aes256.cpp -------------------------------------------------------------------------------- /solution/aes256/aes256.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/aes256/aes256.hpp -------------------------------------------------------------------------------- /solution/alpha_slider_bg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/alpha_slider_bg.h -------------------------------------------------------------------------------- /solution/binutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/binutils.cpp -------------------------------------------------------------------------------- /solution/binutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/binutils.h -------------------------------------------------------------------------------- /solution/bspflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/bspflags.h -------------------------------------------------------------------------------- /solution/cMainStruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/cMainStruct.h -------------------------------------------------------------------------------- /solution/c_movehelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/c_movehelper.h -------------------------------------------------------------------------------- /solution/c_trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/c_trace.h -------------------------------------------------------------------------------- /solution/c_usercmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/c_usercmd.h -------------------------------------------------------------------------------- /solution/cheat.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/cheat.vcxproj -------------------------------------------------------------------------------- /solution/cheat.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/cheat.vcxproj.filters -------------------------------------------------------------------------------- /solution/checksum_crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/checksum_crc.cpp -------------------------------------------------------------------------------- /solution/checksum_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/checksum_crc.h -------------------------------------------------------------------------------- /solution/checksum_md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/checksum_md5.cpp -------------------------------------------------------------------------------- /solution/checksum_md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/checksum_md5.h -------------------------------------------------------------------------------- /solution/colorpicker_bg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/colorpicker_bg.h -------------------------------------------------------------------------------- /solution/colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/colors.h -------------------------------------------------------------------------------- /solution/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/common.h -------------------------------------------------------------------------------- /solution/config_.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/config_.cpp -------------------------------------------------------------------------------- /solution/config_.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/config_.hpp -------------------------------------------------------------------------------- /solution/cvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/cvar.h -------------------------------------------------------------------------------- /solution/d3d9/D2D1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D2D1.h -------------------------------------------------------------------------------- /solution/d3d9/D2D1Helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D2D1Helper.h -------------------------------------------------------------------------------- /solution/d3d9/D2DBaseTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D2DBaseTypes.h -------------------------------------------------------------------------------- /solution/d3d9/D2Derr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D2Derr.h -------------------------------------------------------------------------------- /solution/d3d9/D3D10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D10.h -------------------------------------------------------------------------------- /solution/d3d9/D3D10_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D10_1.h -------------------------------------------------------------------------------- /solution/d3d9/D3D10_1shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D10_1shader.h -------------------------------------------------------------------------------- /solution/d3d9/D3D10effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D10effect.h -------------------------------------------------------------------------------- /solution/d3d9/D3D10shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D10shader.h -------------------------------------------------------------------------------- /solution/d3d9/D3D11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D11.h -------------------------------------------------------------------------------- /solution/d3d9/D3D11SDKLayers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D11SDKLayers.h -------------------------------------------------------------------------------- /solution/d3d9/D3D11Shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3D11Shader.h -------------------------------------------------------------------------------- /solution/d3d9/D3DCSX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DCSX.h -------------------------------------------------------------------------------- /solution/d3d9/D3DCSX.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DCSX.lib -------------------------------------------------------------------------------- /solution/d3d9/D3DCSXd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DCSXd.lib -------------------------------------------------------------------------------- /solution/d3d9/D3DX10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX10.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX10core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX10core.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX10math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX10math.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX10math.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX10math.inl -------------------------------------------------------------------------------- /solution/d3d9/D3DX10mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX10mesh.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX10tex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX10tex.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX11.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX11async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX11async.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX11core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX11core.h -------------------------------------------------------------------------------- /solution/d3d9/D3DX11tex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3DX11tex.h -------------------------------------------------------------------------------- /solution/d3d9/D3Dcommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3Dcommon.h -------------------------------------------------------------------------------- /solution/d3d9/D3Dcompiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/D3Dcompiler.h -------------------------------------------------------------------------------- /solution/d3d9/DWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/DWrite.h -------------------------------------------------------------------------------- /solution/d3d9/DXGI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/DXGI.h -------------------------------------------------------------------------------- /solution/d3d9/DXGIFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/DXGIFormat.h -------------------------------------------------------------------------------- /solution/d3d9/DXGIType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/DXGIType.h -------------------------------------------------------------------------------- /solution/d3d9/Dcommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/Dcommon.h -------------------------------------------------------------------------------- /solution/d3d9/DxErr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/DxErr.h -------------------------------------------------------------------------------- /solution/d3d9/DxErr.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/DxErr.lib -------------------------------------------------------------------------------- /solution/d3d9/PIXPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/PIXPlugin.h -------------------------------------------------------------------------------- /solution/d3d9/X3DAudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/X3DAudio.h -------------------------------------------------------------------------------- /solution/d3d9/X3DAudio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/X3DAudio.lib -------------------------------------------------------------------------------- /solution/d3d9/XAPO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XAPO.h -------------------------------------------------------------------------------- /solution/d3d9/XAPOBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XAPOBase.h -------------------------------------------------------------------------------- /solution/d3d9/XAPOFX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XAPOFX.h -------------------------------------------------------------------------------- /solution/d3d9/XAPOFX.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XAPOFX.lib -------------------------------------------------------------------------------- /solution/d3d9/XAudio2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XAudio2.h -------------------------------------------------------------------------------- /solution/d3d9/XAudio2fx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XAudio2fx.h -------------------------------------------------------------------------------- /solution/d3d9/XDSP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XDSP.h -------------------------------------------------------------------------------- /solution/d3d9/XInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XInput.h -------------------------------------------------------------------------------- /solution/d3d9/XInput.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/XInput.lib -------------------------------------------------------------------------------- /solution/d3d9/audiodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/audiodefs.h -------------------------------------------------------------------------------- /solution/d3d9/comdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/comdecl.h -------------------------------------------------------------------------------- /solution/d3d9/d2d1.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d2d1.lib -------------------------------------------------------------------------------- /solution/d3d9/d3d10.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d10.lib -------------------------------------------------------------------------------- /solution/d3d9/d3d10_1.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d10_1.lib -------------------------------------------------------------------------------- /solution/d3d9/d3d10misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d10misc.h -------------------------------------------------------------------------------- /solution/d3d9/d3d10sdklayers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d10sdklayers.h -------------------------------------------------------------------------------- /solution/d3d9/d3d11.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d11.lib -------------------------------------------------------------------------------- /solution/d3d9/d3d9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d9.h -------------------------------------------------------------------------------- /solution/d3d9/d3d9.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d9.lib -------------------------------------------------------------------------------- /solution/d3d9/d3d9caps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d9caps.h -------------------------------------------------------------------------------- /solution/d3d9/d3d9types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3d9types.h -------------------------------------------------------------------------------- /solution/d3d9/d3dcompiler.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dcompiler.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx10.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx10.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx10async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx10async.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx10d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx10d.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx11.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx11.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx11d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx11d.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx9anim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9anim.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9core.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9d.lib -------------------------------------------------------------------------------- /solution/d3d9/d3dx9effect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9effect.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9math.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9math.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9math.inl -------------------------------------------------------------------------------- /solution/d3d9/d3dx9mesh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9mesh.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9shader.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9shape.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9tex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9tex.h -------------------------------------------------------------------------------- /solution/d3d9/d3dx9xof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dx9xof.h -------------------------------------------------------------------------------- /solution/d3d9/d3dxof.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/d3dxof.lib -------------------------------------------------------------------------------- /solution/d3d9/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/ddraw.h -------------------------------------------------------------------------------- /solution/d3d9/ddraw.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/ddraw.lib -------------------------------------------------------------------------------- /solution/d3d9/dinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dinput.h -------------------------------------------------------------------------------- /solution/d3d9/dinput8.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dinput8.lib -------------------------------------------------------------------------------- /solution/d3d9/dinputd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dinputd.h -------------------------------------------------------------------------------- /solution/d3d9/dsconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dsconf.h -------------------------------------------------------------------------------- /solution/d3d9/dsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dsetup.h -------------------------------------------------------------------------------- /solution/d3d9/dsetup.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dsetup.lib -------------------------------------------------------------------------------- /solution/d3d9/dsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dsound.h -------------------------------------------------------------------------------- /solution/d3d9/dsound.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dsound.lib -------------------------------------------------------------------------------- /solution/d3d9/dvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dvp.h -------------------------------------------------------------------------------- /solution/d3d9/dwrite.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dwrite.lib -------------------------------------------------------------------------------- /solution/d3d9/dxdiag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dxdiag.h -------------------------------------------------------------------------------- /solution/d3d9/dxfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dxfile.h -------------------------------------------------------------------------------- /solution/d3d9/dxgi.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dxgi.lib -------------------------------------------------------------------------------- /solution/d3d9/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dxguid.lib -------------------------------------------------------------------------------- /solution/d3d9/dxsdkver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/dxsdkver.h -------------------------------------------------------------------------------- /solution/d3d9/gameux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/gameux.h -------------------------------------------------------------------------------- /solution/d3d9/multimon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/multimon.h -------------------------------------------------------------------------------- /solution/d3d9/rmxfguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/rmxfguid.h -------------------------------------------------------------------------------- /solution/d3d9/rmxftmpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/rmxftmpl.h -------------------------------------------------------------------------------- /solution/d3d9/rpcsal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/rpcsal.h -------------------------------------------------------------------------------- /solution/d3d9/xact3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xact3.h -------------------------------------------------------------------------------- /solution/d3d9/xact3d3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xact3d3.h -------------------------------------------------------------------------------- /solution/d3d9/xact3wb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xact3wb.h -------------------------------------------------------------------------------- /solution/d3d9/xapobase.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xapobase.lib -------------------------------------------------------------------------------- /solution/d3d9/xapobased.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xapobased.lib -------------------------------------------------------------------------------- /solution/d3d9/xma2defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xma2defs.h -------------------------------------------------------------------------------- /solution/d3d9/xnamath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xnamath.h -------------------------------------------------------------------------------- /solution/d3d9/xnamathconvert.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xnamathconvert.inl -------------------------------------------------------------------------------- /solution/d3d9/xnamathmatrix.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xnamathmatrix.inl -------------------------------------------------------------------------------- /solution/d3d9/xnamathmisc.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xnamathmisc.inl -------------------------------------------------------------------------------- /solution/d3d9/xnamathvector.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3d9/xnamathvector.inl -------------------------------------------------------------------------------- /solution/d3dfont.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /solution/d3dfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/d3dfont.h -------------------------------------------------------------------------------- /solution/debug_overlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/debug_overlay.h -------------------------------------------------------------------------------- /solution/detourx/detours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/detourx/detours.h -------------------------------------------------------------------------------- /solution/detourx/detours.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/detourx/detours.lib -------------------------------------------------------------------------------- /solution/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/engine.h -------------------------------------------------------------------------------- /solution/engine_trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/engine_trace.h -------------------------------------------------------------------------------- /solution/entlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/entlist.h -------------------------------------------------------------------------------- /solution/findIndex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/findIndex.h -------------------------------------------------------------------------------- /solution/freetype/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/CMakeLists.txt -------------------------------------------------------------------------------- /solution/freetype/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.20 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.21 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.22 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.23 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.24 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.25 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.26 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.27 -------------------------------------------------------------------------------- /solution/freetype/ChangeLog.28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/ChangeLog.28 -------------------------------------------------------------------------------- /solution/freetype/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/Jamfile -------------------------------------------------------------------------------- /solution/freetype/Jamrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/Jamrules -------------------------------------------------------------------------------- /solution/freetype/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/Makefile -------------------------------------------------------------------------------- /solution/freetype/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/README -------------------------------------------------------------------------------- /solution/freetype/README.git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/README.git -------------------------------------------------------------------------------- /solution/freetype/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/autogen.sh -------------------------------------------------------------------------------- /solution/freetype/builds/amiga/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/amiga/README -------------------------------------------------------------------------------- /solution/freetype/builds/amiga/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/amiga/makefile -------------------------------------------------------------------------------- /solution/freetype/builds/amiga/smakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/amiga/smakefile -------------------------------------------------------------------------------- /solution/freetype/builds/ansi/ansi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/ansi/ansi.mk -------------------------------------------------------------------------------- /solution/freetype/builds/atari/ATARI.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/atari/ATARI.H -------------------------------------------------------------------------------- /solution/freetype/builds/beos/beos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/beos/beos.mk -------------------------------------------------------------------------------- /solution/freetype/builds/beos/detect.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/beos/detect.mk -------------------------------------------------------------------------------- /solution/freetype/builds/cmake/iOS.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/cmake/iOS.cmake -------------------------------------------------------------------------------- /solution/freetype/builds/compiler/bcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/compiler/bcc.mk -------------------------------------------------------------------------------- /solution/freetype/builds/compiler/emx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/compiler/emx.mk -------------------------------------------------------------------------------- /solution/freetype/builds/compiler/gcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/compiler/gcc.mk -------------------------------------------------------------------------------- /solution/freetype/builds/detect.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/detect.mk -------------------------------------------------------------------------------- /solution/freetype/builds/dos/detect.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/dos/detect.mk -------------------------------------------------------------------------------- /solution/freetype/builds/dos/dos-def.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/dos/dos-def.mk -------------------------------------------------------------------------------- /solution/freetype/builds/dos/dos-emx.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/dos/dos-emx.mk -------------------------------------------------------------------------------- /solution/freetype/builds/dos/dos-gcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/dos/dos-gcc.mk -------------------------------------------------------------------------------- /solution/freetype/builds/dos/dos-wat.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/dos/dos-wat.mk -------------------------------------------------------------------------------- /solution/freetype/builds/exports.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/exports.mk -------------------------------------------------------------------------------- /solution/freetype/builds/freetype.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/freetype.mk -------------------------------------------------------------------------------- /solution/freetype/builds/link_dos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/link_dos.mk -------------------------------------------------------------------------------- /solution/freetype/builds/link_std.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/link_std.mk -------------------------------------------------------------------------------- /solution/freetype/builds/mac/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/mac/README -------------------------------------------------------------------------------- /solution/freetype/builds/mac/ftmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/mac/ftmac.c -------------------------------------------------------------------------------- /solution/freetype/builds/modules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/modules.mk -------------------------------------------------------------------------------- /solution/freetype/builds/os2/detect.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/os2/detect.mk -------------------------------------------------------------------------------- /solution/freetype/builds/os2/os2-def.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/os2/os2-def.mk -------------------------------------------------------------------------------- /solution/freetype/builds/os2/os2-dev.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/os2/os2-dev.mk -------------------------------------------------------------------------------- /solution/freetype/builds/os2/os2-gcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/os2/os2-gcc.mk -------------------------------------------------------------------------------- /solution/freetype/builds/symbian/bld.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/symbian/bld.inf -------------------------------------------------------------------------------- /solution/freetype/builds/toplevel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/toplevel.mk -------------------------------------------------------------------------------- /solution/freetype/builds/unix/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/aclocal.m4 -------------------------------------------------------------------------------- /solution/freetype/builds/unix/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/config.sub -------------------------------------------------------------------------------- /solution/freetype/builds/unix/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/configure -------------------------------------------------------------------------------- /solution/freetype/builds/unix/detect.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/detect.mk -------------------------------------------------------------------------------- /solution/freetype/builds/unix/ftsystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/ftsystem.c -------------------------------------------------------------------------------- /solution/freetype/builds/unix/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/install-sh -------------------------------------------------------------------------------- /solution/freetype/builds/unix/install.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/install.mk -------------------------------------------------------------------------------- /solution/freetype/builds/unix/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/ltmain.sh -------------------------------------------------------------------------------- /solution/freetype/builds/unix/pkg.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/pkg.m4 -------------------------------------------------------------------------------- /solution/freetype/builds/unix/unix-cc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/unix-cc.in -------------------------------------------------------------------------------- /solution/freetype/builds/unix/unix.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/unix/unix.mk -------------------------------------------------------------------------------- /solution/freetype/builds/vms/ftconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/vms/ftconfig.h -------------------------------------------------------------------------------- /solution/freetype/builds/vms/ftsystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/vms/ftsystem.c -------------------------------------------------------------------------------- /solution/freetype/builds/wince/ftdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/builds/wince/ftdebug.c -------------------------------------------------------------------------------- /solution/freetype/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/configure -------------------------------------------------------------------------------- /solution/freetype/devel/ft2build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/devel/ft2build.h -------------------------------------------------------------------------------- /solution/freetype/devel/ftoption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/devel/ftoption.h -------------------------------------------------------------------------------- /solution/freetype/docs/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/CHANGES -------------------------------------------------------------------------------- /solution/freetype/docs/CMAKE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/CMAKE -------------------------------------------------------------------------------- /solution/freetype/docs/CUSTOMIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/CUSTOMIZE -------------------------------------------------------------------------------- /solution/freetype/docs/DEBUG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/DEBUG -------------------------------------------------------------------------------- /solution/freetype/docs/FTL.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/FTL.TXT -------------------------------------------------------------------------------- /solution/freetype/docs/GPLv2.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/GPLv2.TXT -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL.ANY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL.ANY -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL.CROSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL.CROSS -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL.GNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL.GNU -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL.MAC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL.MAC -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL.UNIX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL.UNIX -------------------------------------------------------------------------------- /solution/freetype/docs/INSTALL.VMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/INSTALL.VMS -------------------------------------------------------------------------------- /solution/freetype/docs/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/LICENSE.TXT -------------------------------------------------------------------------------- /solution/freetype/docs/MAKEPP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/MAKEPP -------------------------------------------------------------------------------- /solution/freetype/docs/PROBLEMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/PROBLEMS -------------------------------------------------------------------------------- /solution/freetype/docs/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/TODO -------------------------------------------------------------------------------- /solution/freetype/docs/VERSIONS.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/VERSIONS.TXT -------------------------------------------------------------------------------- /solution/freetype/docs/formats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/formats.txt -------------------------------------------------------------------------------- /solution/freetype/docs/freetype-config.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/freetype-config.1 -------------------------------------------------------------------------------- /solution/freetype/docs/raster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/raster.txt -------------------------------------------------------------------------------- /solution/freetype/docs/reference/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/reference/README -------------------------------------------------------------------------------- /solution/freetype/docs/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/docs/release -------------------------------------------------------------------------------- /solution/freetype/include/ft2build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/include/ft2build.h -------------------------------------------------------------------------------- /solution/freetype/modules.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/modules.cfg -------------------------------------------------------------------------------- /solution/freetype/objs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/objs/README -------------------------------------------------------------------------------- /solution/freetype/objs/freetype.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/objs/freetype.lib -------------------------------------------------------------------------------- /solution/freetype/src/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/autofit/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afangles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afangles.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afangles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afangles.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afblue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afblue.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afblue.cin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afblue.cin -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afblue.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afblue.dat -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afblue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afblue.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afblue.hin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afblue.hin -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afcjk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afcjk.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afcjk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afcjk.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afcover.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afcover.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afdummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afdummy.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afdummy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afdummy.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/aferrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/aferrors.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afglobal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afglobal.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afglobal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afglobal.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afhints.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afhints.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afhints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afhints.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afindic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afindic.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afindic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afindic.h -------------------------------------------------------------------------------- /solution/freetype/src/autofit/aflatin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/aflatin.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afpic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afpic.c -------------------------------------------------------------------------------- /solution/freetype/src/autofit/afpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/autofit/afpic.h -------------------------------------------------------------------------------- /solution/freetype/src/base/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/base/basepic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/basepic.c -------------------------------------------------------------------------------- /solution/freetype/src/base/basepic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/basepic.h -------------------------------------------------------------------------------- /solution/freetype/src/base/ftadvanc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftadvanc.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftapi.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftbase.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftbase.h -------------------------------------------------------------------------------- /solution/freetype/src/base/ftbbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftbbox.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftbdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftbdf.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftbitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftbitmap.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftcalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftcalc.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftcid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftcid.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftdbgmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftdbgmem.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftdebug.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftfntfmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftfntfmt.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftfstype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftfstype.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftgasp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftgasp.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftgloadr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftgloadr.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftglyph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftglyph.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftgxval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftgxval.c -------------------------------------------------------------------------------- /solution/freetype/src/base/fthash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/fthash.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftinit.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftlcdfil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftlcdfil.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftmac.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftmm.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftobjs.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftotval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftotval.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftoutln.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftoutln.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftpatent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftpatent.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftpfr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftpfr.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftpic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftpic.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftpsprop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftpsprop.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftrfork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftrfork.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftsnames.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftsnames.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftstream.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftstroke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftstroke.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftsynth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftsynth.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftsystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftsystem.c -------------------------------------------------------------------------------- /solution/freetype/src/base/fttrigon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/fttrigon.c -------------------------------------------------------------------------------- /solution/freetype/src/base/fttype1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/fttype1.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftutil.c -------------------------------------------------------------------------------- /solution/freetype/src/base/ftver.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftver.rc -------------------------------------------------------------------------------- /solution/freetype/src/base/ftwinfnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/ftwinfnt.c -------------------------------------------------------------------------------- /solution/freetype/src/base/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/md5.c -------------------------------------------------------------------------------- /solution/freetype/src/base/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/md5.h -------------------------------------------------------------------------------- /solution/freetype/src/base/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/base/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/bdf/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/bdf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/README -------------------------------------------------------------------------------- /solution/freetype/src/bdf/bdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/bdf.c -------------------------------------------------------------------------------- /solution/freetype/src/bdf/bdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/bdf.h -------------------------------------------------------------------------------- /solution/freetype/src/bdf/bdfdrivr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/bdfdrivr.c -------------------------------------------------------------------------------- /solution/freetype/src/bdf/bdfdrivr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/bdfdrivr.h -------------------------------------------------------------------------------- /solution/freetype/src/bdf/bdferror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/bdferror.h -------------------------------------------------------------------------------- /solution/freetype/src/bdf/bdflib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/bdflib.c -------------------------------------------------------------------------------- /solution/freetype/src/bdf/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/bdf/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bdf/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/bzip2/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bzip2/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/bzip2/ftbzip2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bzip2/ftbzip2.c -------------------------------------------------------------------------------- /solution/freetype/src/bzip2/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/bzip2/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/cache/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cache/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/cache/ftcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cache/ftcache.c -------------------------------------------------------------------------------- /solution/freetype/src/cache/ftccmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cache/ftccmap.c -------------------------------------------------------------------------------- /solution/freetype/src/cache/ftcmru.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cache/ftcmru.c -------------------------------------------------------------------------------- /solution/freetype/src/cache/ftcmru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cache/ftcmru.h -------------------------------------------------------------------------------- /solution/freetype/src/cache/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cache/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/cff/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/cff/cff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cff.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffcmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffcmap.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffcmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffcmap.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffdrivr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffdrivr.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffdrivr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffdrivr.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cfferrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cfferrs.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffgload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffgload.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffgload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffgload.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffload.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffload.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffobjs.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffobjs.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffparse.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffparse.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffpic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffpic.c -------------------------------------------------------------------------------- /solution/freetype/src/cff/cffpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cffpic.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/cfftoken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/cfftoken.h -------------------------------------------------------------------------------- /solution/freetype/src/cff/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/cff/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cff/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/cid/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/cid/ciderrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/ciderrs.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidgload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidgload.c -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidgload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidgload.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidload.c -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidload.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidobjs.c -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidobjs.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidparse.c -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidparse.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidriver.c -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidriver.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/cidtoken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/cidtoken.h -------------------------------------------------------------------------------- /solution/freetype/src/cid/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/cid/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/cid/type1cid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/cid/type1cid.c -------------------------------------------------------------------------------- /solution/freetype/src/gxvalid/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gxvalid/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/gxvalid/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gxvalid/README -------------------------------------------------------------------------------- /solution/freetype/src/gzip/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/gzip/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/adler32.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/ftgzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/ftgzip.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/ftzconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/ftzconf.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/infblock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/infblock.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/infblock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/infblock.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/infcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/infcodes.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/infcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/infcodes.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/inffixed.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/inflate.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/inftrees.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/inftrees.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/infutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/infutil.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/infutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/infutil.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/gzip/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/zlib.h -------------------------------------------------------------------------------- /solution/freetype/src/gzip/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/zutil.c -------------------------------------------------------------------------------- /solution/freetype/src/gzip/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/gzip/zutil.h -------------------------------------------------------------------------------- /solution/freetype/src/lzw/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/lzw/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/lzw/ftlzw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/lzw/ftlzw.c -------------------------------------------------------------------------------- /solution/freetype/src/lzw/ftzopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/lzw/ftzopen.c -------------------------------------------------------------------------------- /solution/freetype/src/lzw/ftzopen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/lzw/ftzopen.h -------------------------------------------------------------------------------- /solution/freetype/src/lzw/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/lzw/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/otvalid/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/otvalid/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/pcf/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/pcf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/README -------------------------------------------------------------------------------- /solution/freetype/src/pcf/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcf.c -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcf.h -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcfdrivr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcfdrivr.c -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcfdrivr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcfdrivr.h -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcferror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcferror.h -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcfread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcfread.c -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcfread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcfread.h -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcfutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcfutil.c -------------------------------------------------------------------------------- /solution/freetype/src/pcf/pcfutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/pcfutil.h -------------------------------------------------------------------------------- /solution/freetype/src/pcf/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pcf/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/pfr/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/pfr/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfr.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrcmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrcmap.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrcmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrcmap.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrdrivr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrdrivr.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrdrivr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrdrivr.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrerror.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrgload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrgload.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrgload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrgload.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrload.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrload.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrobjs.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrobjs.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrsbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrsbit.c -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrsbit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrsbit.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/pfrtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/pfrtypes.h -------------------------------------------------------------------------------- /solution/freetype/src/pfr/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/pfr/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/psaux/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/psaux/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psarrst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psarrst.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psarrst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psarrst.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psaux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psaux.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psblues.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psblues.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psblues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psblues.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psconv.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psconv.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/pserror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/pserror.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/pserror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/pserror.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psfixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psfixed.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psfont.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psfont.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psft.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psft.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psglue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psglue.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/pshints.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/pshints.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/pshints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/pshints.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psintrp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psintrp.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psintrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psintrp.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psobjs.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psobjs.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psread.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psread.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psstack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psstack.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/psstack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/psstack.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/pstypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/pstypes.h -------------------------------------------------------------------------------- /solution/freetype/src/psaux/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/psaux/t1cmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/t1cmap.c -------------------------------------------------------------------------------- /solution/freetype/src/psaux/t1cmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psaux/t1cmap.h -------------------------------------------------------------------------------- /solution/freetype/src/psnames/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psnames/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/psnames/pspic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psnames/pspic.c -------------------------------------------------------------------------------- /solution/freetype/src/psnames/pspic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/psnames/pspic.h -------------------------------------------------------------------------------- /solution/freetype/src/raster/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/raster/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/raster/ftmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/raster/ftmisc.h -------------------------------------------------------------------------------- /solution/freetype/src/raster/raster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/raster/raster.c -------------------------------------------------------------------------------- /solution/freetype/src/raster/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/raster/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/pngshim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/pngshim.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/pngshim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/pngshim.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfdriver.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfdriver.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sferrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sferrors.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfnt.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfntpic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfntpic.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfntpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfntpic.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfobjs.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/sfobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/sfobjs.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttbdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttbdf.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttbdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttbdf.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttcmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttcmap.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttcmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttcmap.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttcmapc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttcmapc.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttkern.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttkern.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttkern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttkern.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttload.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttload.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttmtx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttmtx.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttmtx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttmtx.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttpost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttpost.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttpost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttpost.h -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttsbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttsbit.c -------------------------------------------------------------------------------- /solution/freetype/src/sfnt/ttsbit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/sfnt/ttsbit.h -------------------------------------------------------------------------------- /solution/freetype/src/smooth/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/smooth/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/smooth/ftspic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/smooth/ftspic.c -------------------------------------------------------------------------------- /solution/freetype/src/smooth/ftspic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/smooth/ftspic.h -------------------------------------------------------------------------------- /solution/freetype/src/smooth/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/smooth/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/smooth/smooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/smooth/smooth.c -------------------------------------------------------------------------------- /solution/freetype/src/tools/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/tools/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/tools/afblue.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/tools/afblue.pl -------------------------------------------------------------------------------- /solution/freetype/src/tools/cordic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/tools/cordic.py -------------------------------------------------------------------------------- /solution/freetype/src/type1/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/type1/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/module.mk -------------------------------------------------------------------------------- /solution/freetype/src/type1/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1afm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1afm.c -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1afm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1afm.h -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1gload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1gload.c -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1gload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1gload.h -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1load.c -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1load.h -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1objs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1objs.c -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1objs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1objs.h -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1parse.c -------------------------------------------------------------------------------- /solution/freetype/src/type1/t1parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/t1parse.h -------------------------------------------------------------------------------- /solution/freetype/src/type1/type1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type1/type1.c -------------------------------------------------------------------------------- /solution/freetype/src/type42/Jamfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type42/Jamfile -------------------------------------------------------------------------------- /solution/freetype/src/type42/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type42/rules.mk -------------------------------------------------------------------------------- /solution/freetype/src/type42/type42.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/src/type42/type42.c -------------------------------------------------------------------------------- /solution/freetype/version.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/version.sed -------------------------------------------------------------------------------- /solution/freetype/vms_make.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/freetype/vms_make.com -------------------------------------------------------------------------------- /solution/game_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/game_event.h -------------------------------------------------------------------------------- /solution/global_vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/global_vars.h -------------------------------------------------------------------------------- /solution/glow_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/glow_manager.h -------------------------------------------------------------------------------- /solution/hitsounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/hitsounds.h -------------------------------------------------------------------------------- /solution/iBaseClientDLL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/iBaseClientDLL.h -------------------------------------------------------------------------------- /solution/i_base_player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/i_base_player.cpp -------------------------------------------------------------------------------- /solution/i_base_player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/i_base_player.h -------------------------------------------------------------------------------- /solution/i_mdl_cache.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /solution/images.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/images.h -------------------------------------------------------------------------------- /solution/imfilebrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imfilebrowser.h -------------------------------------------------------------------------------- /solution/imgui/imconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imconfig.h -------------------------------------------------------------------------------- /solution/imgui/imgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui.cpp -------------------------------------------------------------------------------- /solution/imgui/imgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui.h -------------------------------------------------------------------------------- /solution/imgui/imgui_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_demo.cpp -------------------------------------------------------------------------------- /solution/imgui/imgui_draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_draw.cpp -------------------------------------------------------------------------------- /solution/imgui/imgui_freetype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_freetype.cpp -------------------------------------------------------------------------------- /solution/imgui/imgui_freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_freetype.h -------------------------------------------------------------------------------- /solution/imgui/imgui_impl_dx9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_impl_dx9.cpp -------------------------------------------------------------------------------- /solution/imgui/imgui_impl_dx9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_impl_dx9.h -------------------------------------------------------------------------------- /solution/imgui/imgui_impl_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_impl_win32.cpp -------------------------------------------------------------------------------- /solution/imgui/imgui_impl_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_impl_win32.h -------------------------------------------------------------------------------- /solution/imgui/imgui_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_internal.h -------------------------------------------------------------------------------- /solution/imgui/imgui_widgets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imgui_widgets.cpp -------------------------------------------------------------------------------- /solution/imgui/imstb_rectpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imstb_rectpack.h -------------------------------------------------------------------------------- /solution/imgui/imstb_textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imstb_textedit.h -------------------------------------------------------------------------------- /solution/imgui/imstb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui/imstb_truetype.h -------------------------------------------------------------------------------- /solution/imgui_tables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/imgui_tables.cpp -------------------------------------------------------------------------------- /solution/input_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/input_system.h -------------------------------------------------------------------------------- /solution/interfaces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/interfaces.h -------------------------------------------------------------------------------- /solution/itemdefinitions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/itemdefinitions.cpp -------------------------------------------------------------------------------- /solution/itemdefinitions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/itemdefinitions.hpp -------------------------------------------------------------------------------- /solution/itexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/itexture.h -------------------------------------------------------------------------------- /solution/iv_effects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/iv_effects.h -------------------------------------------------------------------------------- /solution/json.hpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /solution/json/json-forwards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/json/json-forwards.h -------------------------------------------------------------------------------- /solution/json/json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/json/json.h -------------------------------------------------------------------------------- /solution/json/jsoncpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/json/jsoncpp.cpp -------------------------------------------------------------------------------- /solution/kitparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/kitparser.cpp -------------------------------------------------------------------------------- /solution/kitparser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/kitparser.hpp -------------------------------------------------------------------------------- /solution/lua/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/config.hpp -------------------------------------------------------------------------------- /solution/lua/forward.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/forward.hpp -------------------------------------------------------------------------------- /solution/lua/lapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lapi.c -------------------------------------------------------------------------------- /solution/lua/lapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lapi.h -------------------------------------------------------------------------------- /solution/lua/lauxlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lauxlib.c -------------------------------------------------------------------------------- /solution/lua/lauxlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lauxlib.h -------------------------------------------------------------------------------- /solution/lua/lbaselib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lbaselib.c -------------------------------------------------------------------------------- /solution/lua/lcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lcode.c -------------------------------------------------------------------------------- /solution/lua/lcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lcode.h -------------------------------------------------------------------------------- /solution/lua/lcorolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lcorolib.c -------------------------------------------------------------------------------- /solution/lua/lctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lctype.c -------------------------------------------------------------------------------- /solution/lua/lctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lctype.h -------------------------------------------------------------------------------- /solution/lua/ldblib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ldblib.c -------------------------------------------------------------------------------- /solution/lua/ldebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ldebug.c -------------------------------------------------------------------------------- /solution/lua/ldebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ldebug.h -------------------------------------------------------------------------------- /solution/lua/ldo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ldo.c -------------------------------------------------------------------------------- /solution/lua/ldo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ldo.h -------------------------------------------------------------------------------- /solution/lua/ldump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ldump.c -------------------------------------------------------------------------------- /solution/lua/lfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lfunc.c -------------------------------------------------------------------------------- /solution/lua/lfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lfunc.h -------------------------------------------------------------------------------- /solution/lua/lgc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lgc.c -------------------------------------------------------------------------------- /solution/lua/lgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lgc.h -------------------------------------------------------------------------------- /solution/lua/linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/linit.c -------------------------------------------------------------------------------- /solution/lua/liolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/liolib.c -------------------------------------------------------------------------------- /solution/lua/ljumptab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ljumptab.h -------------------------------------------------------------------------------- /solution/lua/llex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/llex.c -------------------------------------------------------------------------------- /solution/lua/llex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/llex.h -------------------------------------------------------------------------------- /solution/lua/llimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/llimits.h -------------------------------------------------------------------------------- /solution/lua/lmathlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lmathlib.c -------------------------------------------------------------------------------- /solution/lua/lmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lmem.c -------------------------------------------------------------------------------- /solution/lua/lmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lmem.h -------------------------------------------------------------------------------- /solution/lua/loadlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/loadlib.c -------------------------------------------------------------------------------- /solution/lua/lobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lobject.c -------------------------------------------------------------------------------- /solution/lua/lobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lobject.h -------------------------------------------------------------------------------- /solution/lua/lopcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lopcodes.c -------------------------------------------------------------------------------- /solution/lua/lopcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lopcodes.h -------------------------------------------------------------------------------- /solution/lua/lopnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lopnames.h -------------------------------------------------------------------------------- /solution/lua/loslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/loslib.c -------------------------------------------------------------------------------- /solution/lua/lparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lparser.c -------------------------------------------------------------------------------- /solution/lua/lparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lparser.h -------------------------------------------------------------------------------- /solution/lua/lprefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lprefix.h -------------------------------------------------------------------------------- /solution/lua/lstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lstate.c -------------------------------------------------------------------------------- /solution/lua/lstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lstate.h -------------------------------------------------------------------------------- /solution/lua/lstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lstring.c -------------------------------------------------------------------------------- /solution/lua/lstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lstring.h -------------------------------------------------------------------------------- /solution/lua/lstrlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lstrlib.c -------------------------------------------------------------------------------- /solution/lua/ltable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ltable.c -------------------------------------------------------------------------------- /solution/lua/ltable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ltable.h -------------------------------------------------------------------------------- /solution/lua/ltablib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ltablib.c -------------------------------------------------------------------------------- /solution/lua/ltm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ltm.c -------------------------------------------------------------------------------- /solution/lua/ltm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/ltm.h -------------------------------------------------------------------------------- /solution/lua/lua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lua.c -------------------------------------------------------------------------------- /solution/lua/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lua.h -------------------------------------------------------------------------------- /solution/lua/lua.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lua.hpp -------------------------------------------------------------------------------- /solution/lua/luaconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/luaconf.h -------------------------------------------------------------------------------- /solution/lua/lualib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lualib.h -------------------------------------------------------------------------------- /solution/lua/lundump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lundump.c -------------------------------------------------------------------------------- /solution/lua/lundump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lundump.h -------------------------------------------------------------------------------- /solution/lua/lutf8lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lutf8lib.c -------------------------------------------------------------------------------- /solution/lua/lvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lvm.c -------------------------------------------------------------------------------- /solution/lua/lvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lvm.h -------------------------------------------------------------------------------- /solution/lua/lzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lzio.c -------------------------------------------------------------------------------- /solution/lua/lzio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/lzio.h -------------------------------------------------------------------------------- /solution/lua/sol.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/lua/sol.hpp -------------------------------------------------------------------------------- /solution/manrope_meduim_ttf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/manrope_meduim_ttf.h -------------------------------------------------------------------------------- /solution/material_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/material_system.h -------------------------------------------------------------------------------- /solution/matrix.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "DLL_MAIN.h" 3 | -------------------------------------------------------------------------------- /solution/md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/md5.cpp -------------------------------------------------------------------------------- /solution/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/md5.h -------------------------------------------------------------------------------- /solution/memalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/memalloc.h -------------------------------------------------------------------------------- /solution/model_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/model_info.h -------------------------------------------------------------------------------- /solution/model_render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/model_render.h -------------------------------------------------------------------------------- /solution/nSkinz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/nSkinz.cpp -------------------------------------------------------------------------------- /solution/nSkinz.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/nSkinz.hpp -------------------------------------------------------------------------------- /solution/netvar_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/netvar_manager.cpp -------------------------------------------------------------------------------- /solution/netvar_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/netvar_manager.h -------------------------------------------------------------------------------- /solution/notifies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/notifies.h -------------------------------------------------------------------------------- /solution/pad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/pad.h -------------------------------------------------------------------------------- /solution/physics_surface_props.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/physics_surface_props.h -------------------------------------------------------------------------------- /solution/prediction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/prediction.h -------------------------------------------------------------------------------- /solution/predictioncopy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/predictioncopy.cpp -------------------------------------------------------------------------------- /solution/predictioncopy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/predictioncopy.h -------------------------------------------------------------------------------- /solution/protect/config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/config.cpp -------------------------------------------------------------------------------- /solution/protect/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/config.h -------------------------------------------------------------------------------- /solution/protect/cryptoc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/cryptoc.hpp -------------------------------------------------------------------------------- /solution/protect/encoding.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/encoding.hpp -------------------------------------------------------------------------------- /solution/protect/fnv_a1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/fnv_a1.hpp -------------------------------------------------------------------------------- /solution/protect/hwid.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/hwid.hpp -------------------------------------------------------------------------------- /solution/protect/mac.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/mac.hpp -------------------------------------------------------------------------------- /solution/protect/md5.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/md5.hpp -------------------------------------------------------------------------------- /solution/protect/protect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/protect.cpp -------------------------------------------------------------------------------- /solution/protect/protect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/protect.hpp -------------------------------------------------------------------------------- /solution/protect/xorstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protect/xorstr.h -------------------------------------------------------------------------------- /solution/protobufreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/protobufreader.h -------------------------------------------------------------------------------- /solution/proxyentity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/proxyentity.h -------------------------------------------------------------------------------- /solution/ragebot_icons/weapon_awp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ragebot_icons/weapon_awp.h -------------------------------------------------------------------------------- /solution/ragebot_icons/weapon_glock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ragebot_icons/weapon_glock.h -------------------------------------------------------------------------------- /solution/ragebot_icons/weapon_m4a1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ragebot_icons/weapon_m4a1.h -------------------------------------------------------------------------------- /solution/ragebot_icons/weapon_ssg08.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/ragebot_icons/weapon_ssg08.h -------------------------------------------------------------------------------- /solution/recv_proxy_hook.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/recv_proxy_hook.hpp -------------------------------------------------------------------------------- /solution/recvprophook.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/recvprophook.hpp -------------------------------------------------------------------------------- /solution/refcount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/refcount.h -------------------------------------------------------------------------------- /solution/render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/render.cpp -------------------------------------------------------------------------------- /solution/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/render.h -------------------------------------------------------------------------------- /solution/render_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/render_view.h -------------------------------------------------------------------------------- /solution/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/resource.h -------------------------------------------------------------------------------- /solution/scripting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/scripting.cpp -------------------------------------------------------------------------------- /solution/scripting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/scripting.h -------------------------------------------------------------------------------- /solution/sha256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/sha256.cpp -------------------------------------------------------------------------------- /solution/sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/sha256.h -------------------------------------------------------------------------------- /solution/steam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/steam.h -------------------------------------------------------------------------------- /solution/sticker_changer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/sticker_changer.cpp -------------------------------------------------------------------------------- /solution/sticker_changer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/sticker_changer.hpp -------------------------------------------------------------------------------- /solution/studio_render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/studio_render.h -------------------------------------------------------------------------------- /solution/surface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/surface.h -------------------------------------------------------------------------------- /solution/tabs_icon/antiaim_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/antiaim_icon.h -------------------------------------------------------------------------------- /solution/tabs_icon/config_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/config_icon.h -------------------------------------------------------------------------------- /solution/tabs_icon/legitbot_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/legitbot_icon.h -------------------------------------------------------------------------------- /solution/tabs_icon/misc_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/misc_icon.h -------------------------------------------------------------------------------- /solution/tabs_icon/players_icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/players_icons.h -------------------------------------------------------------------------------- /solution/tabs_icon/ragebot_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/ragebot_icon.h -------------------------------------------------------------------------------- /solution/tabs_icon/skins_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/skins_icon.h -------------------------------------------------------------------------------- /solution/tabs_icon/world_icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/tabs_icon/world_icon.h -------------------------------------------------------------------------------- /solution/toolbar_customs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/toolbar_customs.cpp -------------------------------------------------------------------------------- /solution/toolbar_customs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/toolbar_customs.h -------------------------------------------------------------------------------- /solution/view_render_beams.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/view_render_beams.h -------------------------------------------------------------------------------- /solution/vmtsmarthook.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/vmtsmarthook.hpp -------------------------------------------------------------------------------- /solution/vpanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/vpanel.h -------------------------------------------------------------------------------- /solution/xorstrlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidzero666/reflect.codes-source/HEAD/solution/xorstrlib.h --------------------------------------------------------------------------------