mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Created a backend system for the window-input management. So now it will be a los easier to port to another windows library/platform. Since this is a big commit, it's probably that some bugs where introduced, but i tested all that i could, and it's working fine. I'll probably add a cursor manager backend because right now there is no cursor management at all, i removed the CreateCursor function because it was unusable.
850 lines
34 KiB
XML
850 lines
34 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="ee" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="eetest" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="./obj/linux/debug" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-g" />
|
|
<Add option="-DEE_DEBUG" />
|
|
<Add option="-DEE_MEMORY_MANAGER" />
|
|
</Compiler>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="eetest" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="./obj/linux/release" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-O3" />
|
|
<Add option="-fno-strict-aliasing" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add directory="/usr/include/freetype2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add library="GL" />
|
|
<Add library="GLU" />
|
|
<Add library="freetype" />
|
|
<Add library="sndfile" />
|
|
<Add library="X11" />
|
|
<Add library="SDL" />
|
|
<Add library="openal" />
|
|
</Linker>
|
|
<Unit filename="src/audio/base.hpp" />
|
|
<Unit filename="src/audio/caudiodevice.cpp" />
|
|
<Unit filename="src/audio/caudiodevice.hpp" />
|
|
<Unit filename="src/audio/caudiolistener.cpp" />
|
|
<Unit filename="src/audio/caudiolistener.hpp" />
|
|
<Unit filename="src/audio/caudioresource.cpp" />
|
|
<Unit filename="src/audio/caudioresource.hpp" />
|
|
<Unit filename="src/audio/cmusic.cpp" />
|
|
<Unit filename="src/audio/cmusic.hpp" />
|
|
<Unit filename="src/audio/csound.cpp" />
|
|
<Unit filename="src/audio/csound.hpp" />
|
|
<Unit filename="src/audio/csoundbuffer.cpp" />
|
|
<Unit filename="src/audio/csoundbuffer.hpp" />
|
|
<Unit filename="src/audio/csoundfile.cpp" />
|
|
<Unit filename="src/audio/csoundfile.hpp" />
|
|
<Unit filename="src/audio/csoundfiledefault.cpp" />
|
|
<Unit filename="src/audio/csoundfiledefault.hpp" />
|
|
<Unit filename="src/audio/csoundfileogg.cpp" />
|
|
<Unit filename="src/audio/csoundfileogg.hpp" />
|
|
<Unit filename="src/audio/csoundstream.cpp" />
|
|
<Unit filename="src/audio/csoundstream.hpp" />
|
|
<Unit filename="src/audio/openal.hpp" />
|
|
<Unit filename="src/audio/tsoundloader.hpp" />
|
|
<Unit filename="src/audio/tsoundmanager.hpp" />
|
|
<Unit filename="src/base.hpp" />
|
|
<Unit filename="src/base/allocator.hpp" />
|
|
<Unit filename="src/base/base.hpp" />
|
|
<Unit filename="src/base/debug.cpp" />
|
|
<Unit filename="src/base/debug.hpp" />
|
|
<Unit filename="src/base/memorymanager.cpp" />
|
|
<Unit filename="src/base/memorymanager.hpp" />
|
|
<Unit filename="src/base/stlcontainers.hpp" />
|
|
<Unit filename="src/ee.h" />
|
|
<Unit filename="src/gaming/base.hpp" />
|
|
<Unit filename="src/gaming/cisomap.cpp" />
|
|
<Unit filename="src/gaming/cisomap.hpp" />
|
|
<Unit filename="src/gaming/clight.cpp" />
|
|
<Unit filename="src/gaming/clight.hpp" />
|
|
<Unit filename="src/graphics/base.hpp" />
|
|
<Unit filename="src/graphics/cbatchrenderer.cpp" />
|
|
<Unit filename="src/graphics/cbatchrenderer.hpp" />
|
|
<Unit filename="src/graphics/cconsole.cpp" />
|
|
<Unit filename="src/graphics/cconsole.hpp" />
|
|
<Unit filename="src/graphics/cfont.cpp" />
|
|
<Unit filename="src/graphics/cfont.hpp" />
|
|
<Unit filename="src/graphics/cfontmanager.cpp" />
|
|
<Unit filename="src/graphics/cfontmanager.hpp" />
|
|
<Unit filename="src/graphics/cframebuffer.cpp" />
|
|
<Unit filename="src/graphics/cframebuffer.hpp" />
|
|
<Unit filename="src/graphics/cframebufferfbo.cpp" />
|
|
<Unit filename="src/graphics/cframebufferfbo.hpp" />
|
|
<Unit filename="src/graphics/cframebuffermanager.cpp" />
|
|
<Unit filename="src/graphics/cframebuffermanager.hpp" />
|
|
<Unit filename="src/graphics/cframebufferpbuffer.cpp" />
|
|
<Unit filename="src/graphics/cframebufferpbuffer.hpp" />
|
|
<Unit filename="src/graphics/cglobalbatchrenderer.cpp" />
|
|
<Unit filename="src/graphics/cglobalbatchrenderer.hpp" />
|
|
<Unit filename="src/graphics/cglobalshapegroup.cpp" />
|
|
<Unit filename="src/graphics/cglobalshapegroup.hpp" />
|
|
<Unit filename="src/graphics/cimage.cpp" />
|
|
<Unit filename="src/graphics/cimage.hpp" />
|
|
<Unit filename="src/graphics/cparticle.cpp" />
|
|
<Unit filename="src/graphics/cparticle.hpp" />
|
|
<Unit filename="src/graphics/cparticlesystem.cpp" />
|
|
<Unit filename="src/graphics/cparticlesystem.hpp" />
|
|
<Unit filename="src/graphics/cprimitives.cpp" />
|
|
<Unit filename="src/graphics/cprimitives.hpp" />
|
|
<Unit filename="src/graphics/cscrollparallax.cpp" />
|
|
<Unit filename="src/graphics/cscrollparallax.hpp" />
|
|
<Unit filename="src/graphics/cshader.cpp" />
|
|
<Unit filename="src/graphics/cshader.hpp" />
|
|
<Unit filename="src/graphics/cshaderprogram.cpp" />
|
|
<Unit filename="src/graphics/cshaderprogram.hpp" />
|
|
<Unit filename="src/graphics/cshaderprogrammanager.cpp" />
|
|
<Unit filename="src/graphics/cshaderprogrammanager.hpp" />
|
|
<Unit filename="src/graphics/cshape.cpp" />
|
|
<Unit filename="src/graphics/cshape.hpp" />
|
|
<Unit filename="src/graphics/cshapegroup.cpp" />
|
|
<Unit filename="src/graphics/cshapegroup.hpp" />
|
|
<Unit filename="src/graphics/cshapegroupmanager.cpp" />
|
|
<Unit filename="src/graphics/cshapegroupmanager.hpp" />
|
|
<Unit filename="src/graphics/csprite.cpp" />
|
|
<Unit filename="src/graphics/csprite.hpp" />
|
|
<Unit filename="src/graphics/ctextcache.cpp" />
|
|
<Unit filename="src/graphics/ctextcache.hpp" />
|
|
<Unit filename="src/graphics/ctexture.cpp" />
|
|
<Unit filename="src/graphics/ctexture.hpp" />
|
|
<Unit filename="src/graphics/ctexturefactory.cpp" />
|
|
<Unit filename="src/graphics/ctexturefactory.hpp" />
|
|
<Unit filename="src/graphics/ctexturefont.cpp" />
|
|
<Unit filename="src/graphics/ctexturefont.hpp" />
|
|
<Unit filename="src/graphics/ctexturefontloader.cpp" />
|
|
<Unit filename="src/graphics/ctexturefontloader.hpp" />
|
|
<Unit filename="src/graphics/ctexturegrouploader.cpp" />
|
|
<Unit filename="src/graphics/ctexturegrouploader.hpp" />
|
|
<Unit filename="src/graphics/ctextureloader.cpp" />
|
|
<Unit filename="src/graphics/ctextureloader.hpp" />
|
|
<Unit filename="src/graphics/ctexturepacker.cpp" />
|
|
<Unit filename="src/graphics/ctexturepacker.hpp" />
|
|
<Unit filename="src/graphics/ctexturepackernode.cpp" />
|
|
<Unit filename="src/graphics/ctexturepackernode.hpp" />
|
|
<Unit filename="src/graphics/ctexturepackertex.cpp" />
|
|
<Unit filename="src/graphics/ctexturepackertex.hpp" />
|
|
<Unit filename="src/graphics/cttffont.cpp" />
|
|
<Unit filename="src/graphics/cttffont.hpp" />
|
|
<Unit filename="src/graphics/cttffontloader.cpp" />
|
|
<Unit filename="src/graphics/cttffontloader.hpp" />
|
|
<Unit filename="src/graphics/cvertexbuffer.cpp" />
|
|
<Unit filename="src/graphics/cvertexbuffer.hpp" />
|
|
<Unit filename="src/graphics/cvertexbuffermanager.cpp" />
|
|
<Unit filename="src/graphics/cvertexbuffermanager.hpp" />
|
|
<Unit filename="src/graphics/cvertexbufferogl.cpp" />
|
|
<Unit filename="src/graphics/cvertexbufferogl.hpp" />
|
|
<Unit filename="src/graphics/cvertexbuffervbo.cpp" />
|
|
<Unit filename="src/graphics/cvertexbuffervbo.hpp" />
|
|
<Unit filename="src/graphics/fonthelper.hpp" />
|
|
<Unit filename="src/graphics/glhelper.cpp" />
|
|
<Unit filename="src/graphics/glhelper.hpp" />
|
|
<Unit filename="src/graphics/packerhelper.hpp" />
|
|
<Unit filename="src/graphics/pixelperfect.cpp" />
|
|
<Unit filename="src/graphics/pixelperfect.hpp" />
|
|
<Unit filename="src/graphics/renderer/base.hpp" />
|
|
<Unit filename="src/graphics/renderer/cgl.cpp" />
|
|
<Unit filename="src/graphics/renderer/cgl.hpp" />
|
|
<Unit filename="src/graphics/renderer/crenderergl.cpp" />
|
|
<Unit filename="src/graphics/renderer/crenderergl.hpp" />
|
|
<Unit filename="src/graphics/renderer/crenderergl3.cpp" />
|
|
<Unit filename="src/graphics/renderer/crenderergl3.hpp" />
|
|
<Unit filename="src/graphics/renders.hpp" />
|
|
<Unit filename="src/graphics/vbohelper.hpp" />
|
|
<Unit filename="src/helper/PlusCallback/callback.hpp" />
|
|
<Unit filename="src/helper/SOIL/SOIL.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/SOIL/SOIL.h" />
|
|
<Unit filename="src/helper/SOIL/image_DXT.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/SOIL/image_DXT.h" />
|
|
<Unit filename="src/helper/SOIL/image_helper.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/SOIL/image_helper.h" />
|
|
<Unit filename="src/helper/SOIL/stb_image.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/SOIL/stb_image.h" />
|
|
<Unit filename="src/helper/SOIL/stb_image_write.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/SOIL/stb_image_write.h" />
|
|
<Unit filename="src/helper/SOIL/stbi_DDS.h" />
|
|
<Unit filename="src/helper/SOIL/stbi_DDS_c.h" />
|
|
<Unit filename="src/helper/chipmunk/chipmunk.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/chipmunk.h" />
|
|
<Unit filename="src/helper/chipmunk/chipmunk_ffi.h" />
|
|
<Unit filename="src/helper/chipmunk/chipmunk_private.h" />
|
|
<Unit filename="src/helper/chipmunk/chipmunk_types.h" />
|
|
<Unit filename="src/helper/chipmunk/chipmunk_unsafe.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpConstraint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpConstraint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpDampedRotarySpring.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpDampedRotarySpring.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpDampedSpring.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpDampedSpring.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpGearJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpGearJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpGrooveJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpGrooveJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpPinJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpPinJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpPivotJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpPivotJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpRatchetJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpRatchetJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpRotaryLimitJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpRotaryLimitJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpSimpleMotor.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpSimpleMotor.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/cpSlideJoint.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/constraints/cpSlideJoint.h" />
|
|
<Unit filename="src/helper/chipmunk/constraints/util.h" />
|
|
<Unit filename="src/helper/chipmunk/cpArbiter.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpArbiter.h" />
|
|
<Unit filename="src/helper/chipmunk/cpArray.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpBB.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpBB.h" />
|
|
<Unit filename="src/helper/chipmunk/cpBBTree.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpBody.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpBody.h" />
|
|
<Unit filename="src/helper/chipmunk/cpCollision.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpHashSet.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpPolyShape.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpPolyShape.h" />
|
|
<Unit filename="src/helper/chipmunk/cpShape.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpShape.h" />
|
|
<Unit filename="src/helper/chipmunk/cpSpace.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpSpace.h" />
|
|
<Unit filename="src/helper/chipmunk/cpSpaceComponent.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpSpaceHash.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpSpaceQuery.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpSpaceStep.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpSpatialIndex.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpSpatialIndex.h" />
|
|
<Unit filename="src/helper/chipmunk/cpVect.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/chipmunk/cpVect.h" />
|
|
<Unit filename="src/helper/chipmunk/prime.h" />
|
|
<Unit filename="src/helper/glew/glew.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/glew/glew.h" />
|
|
<Unit filename="src/helper/glew/glxew.h" />
|
|
<Unit filename="src/helper/glew/wglew.h" />
|
|
<Unit filename="src/helper/haikuttf/haikuttf.hpp" />
|
|
<Unit filename="src/helper/haikuttf/hkbase.hpp" />
|
|
<Unit filename="src/helper/haikuttf/hkfont.cpp" />
|
|
<Unit filename="src/helper/haikuttf/hkfont.hpp" />
|
|
<Unit filename="src/helper/haikuttf/hkfontmanager.cpp" />
|
|
<Unit filename="src/helper/haikuttf/hkfontmanager.hpp" />
|
|
<Unit filename="src/helper/haikuttf/hkglyph.cpp" />
|
|
<Unit filename="src/helper/haikuttf/hkglyph.hpp" />
|
|
<Unit filename="src/helper/haikuttf/hkmutex.cpp" />
|
|
<Unit filename="src/helper/haikuttf/hkmutex.hpp" />
|
|
<Unit filename="src/helper/haikuttf/sophist.h" />
|
|
<Unit filename="src/helper/libzip/config.h" />
|
|
<Unit filename="src/helper/libzip/inttypes.h" />
|
|
<Unit filename="src/helper/libzip/mkstemp.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/stdint.h" />
|
|
<Unit filename="src/helper/libzip/zip.h" />
|
|
<Unit filename="src/helper/libzip/zip_add.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_add_dir.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_close.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_delete.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_dirent.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_entry_free.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_entry_new.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_err_str.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_error.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_error_clear.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_error_get.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_error_get_sys_type.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_error_strerror.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_error_to_str.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fclose.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fdopen.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_file_error_clear.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_file_error_get.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_file_get_offset.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_file_strerror.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_filerange_crc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fopen.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fopen_encrypted.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fopen_index.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fopen_index_encrypted.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_fread.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_free.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_archive_comment.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_archive_flag.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_compression_implementation.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_encryption_implementation.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_file_comment.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_name.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_get_num_files.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_memdup.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_name_locate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_new.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_open.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_rename.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_replace.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_set_archive_comment.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_set_archive_flag.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_set_default_password.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_set_file_comment.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_set_name.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_buffer.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_close.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_crc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_deflate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_error.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_filep.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_free.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_function.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_layered.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_open.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_pkware.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_pop.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_read.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_stat.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_source_zip.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_stat.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_stat_index.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_stat_init.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_strerror.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_unchange.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_unchange_all.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_unchange_archive.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zip_unchange_data.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/libzip/zipconf.h" />
|
|
<Unit filename="src/helper/libzip/zipint.h" />
|
|
<Unit filename="src/helper/sophist/sophist.h" />
|
|
<Unit filename="src/helper/stb_vorbis/stb_vorbis.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/stb_vorbis/stb_vorbis.h" />
|
|
<Unit filename="src/helper/zlib/adler32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/compress.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/crc32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/crc32.h" />
|
|
<Unit filename="src/helper/zlib/deflate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/deflate.h" />
|
|
<Unit filename="src/helper/zlib/gzguts.h" />
|
|
<Unit filename="src/helper/zlib/infback.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/inffast.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/inffast.h" />
|
|
<Unit filename="src/helper/zlib/inffixed.h" />
|
|
<Unit filename="src/helper/zlib/inflate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/inflate.h" />
|
|
<Unit filename="src/helper/zlib/inftrees.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/inftrees.h" />
|
|
<Unit filename="src/helper/zlib/trees.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/trees.h" />
|
|
<Unit filename="src/helper/zlib/uncompr.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/zconf.h" />
|
|
<Unit filename="src/helper/zlib/zlib.h" />
|
|
<Unit filename="src/helper/zlib/zutil.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="src/helper/zlib/zutil.h" />
|
|
<Unit filename="src/math/base.hpp" />
|
|
<Unit filename="src/math/cmtrand.cpp" />
|
|
<Unit filename="src/math/cmtrand.hpp" />
|
|
<Unit filename="src/math/math.cpp" />
|
|
<Unit filename="src/math/math.hpp" />
|
|
<Unit filename="src/physics/area.hpp" />
|
|
<Unit filename="src/physics/base.hpp" />
|
|
<Unit filename="src/physics/carbiter.cpp" />
|
|
<Unit filename="src/physics/carbiter.hpp" />
|
|
<Unit filename="src/physics/cbody.cpp" />
|
|
<Unit filename="src/physics/cbody.hpp" />
|
|
<Unit filename="src/physics/constraints/cconstraint.cpp" />
|
|
<Unit filename="src/physics/constraints/cconstraint.hpp" />
|
|
<Unit filename="src/physics/constraints/cdampedrotaryspring.cpp" />
|
|
<Unit filename="src/physics/constraints/cdampedrotaryspring.hpp" />
|
|
<Unit filename="src/physics/constraints/cdampedspring.cpp" />
|
|
<Unit filename="src/physics/constraints/cdampedspring.hpp" />
|
|
<Unit filename="src/physics/constraints/cgearjoint.cpp" />
|
|
<Unit filename="src/physics/constraints/cgearjoint.hpp" />
|
|
<Unit filename="src/physics/constraints/cgroovejoint.cpp" />
|
|
<Unit filename="src/physics/constraints/cgroovejoint.hpp" />
|
|
<Unit filename="src/physics/constraints/cpinjoint.cpp" />
|
|
<Unit filename="src/physics/constraints/cpinjoint.hpp" />
|
|
<Unit filename="src/physics/constraints/cpivotjoint.cpp" />
|
|
<Unit filename="src/physics/constraints/cpivotjoint.hpp" />
|
|
<Unit filename="src/physics/constraints/cratchetjoint.cpp" />
|
|
<Unit filename="src/physics/constraints/cratchetjoint.hpp" />
|
|
<Unit filename="src/physics/constraints/crotarylimitjoint.cpp" />
|
|
<Unit filename="src/physics/constraints/crotarylimitjoint.hpp" />
|
|
<Unit filename="src/physics/constraints/csimplemotor.cpp" />
|
|
<Unit filename="src/physics/constraints/csimplemotor.hpp" />
|
|
<Unit filename="src/physics/constraints/cslidejoint.cpp" />
|
|
<Unit filename="src/physics/constraints/cslidejoint.hpp" />
|
|
<Unit filename="src/physics/cphysicsmanager.cpp" />
|
|
<Unit filename="src/physics/cphysicsmanager.hpp" />
|
|
<Unit filename="src/physics/cshape.cpp" />
|
|
<Unit filename="src/physics/cshape.hpp" />
|
|
<Unit filename="src/physics/cshapecircle.cpp" />
|
|
<Unit filename="src/physics/cshapecircle.hpp" />
|
|
<Unit filename="src/physics/cshapecirclesprite.cpp" />
|
|
<Unit filename="src/physics/cshapecirclesprite.hpp" />
|
|
<Unit filename="src/physics/cshapepoly.cpp" />
|
|
<Unit filename="src/physics/cshapepoly.hpp" />
|
|
<Unit filename="src/physics/cshapepolysprite.cpp" />
|
|
<Unit filename="src/physics/cshapepolysprite.hpp" />
|
|
<Unit filename="src/physics/cshapesegment.cpp" />
|
|
<Unit filename="src/physics/cshapesegment.hpp" />
|
|
<Unit filename="src/physics/cspace.cpp" />
|
|
<Unit filename="src/physics/cspace.hpp" />
|
|
<Unit filename="src/physics/moment.hpp" />
|
|
<Unit filename="src/physics/physicshelper.hpp" />
|
|
<Unit filename="src/physics/settings.hpp" />
|
|
<Unit filename="src/system/base.hpp" />
|
|
<Unit filename="src/system/cinifile.cpp" />
|
|
<Unit filename="src/system/cinifile.hpp" />
|
|
<Unit filename="src/system/clog.cpp" />
|
|
<Unit filename="src/system/clog.hpp" />
|
|
<Unit filename="src/system/cmutex.cpp" />
|
|
<Unit filename="src/system/cmutex.hpp" />
|
|
<Unit filename="src/system/cobjectloader.cpp" />
|
|
<Unit filename="src/system/cobjectloader.hpp" />
|
|
<Unit filename="src/system/cpack.cpp" />
|
|
<Unit filename="src/system/cpack.hpp" />
|
|
<Unit filename="src/system/cpak.cpp" />
|
|
<Unit filename="src/system/cpak.hpp" />
|
|
<Unit filename="src/system/crc4.cpp" />
|
|
<Unit filename="src/system/crc4.hpp" />
|
|
<Unit filename="src/system/cresourceloader.cpp" />
|
|
<Unit filename="src/system/cresourceloader.hpp" />
|
|
<Unit filename="src/system/cthread.cpp" />
|
|
<Unit filename="src/system/cthread.hpp" />
|
|
<Unit filename="src/system/ctimeelapsed.cpp" />
|
|
<Unit filename="src/system/ctimeelapsed.hpp" />
|
|
<Unit filename="src/system/ctimer.cpp" />
|
|
<Unit filename="src/system/ctimer.hpp" />
|
|
<Unit filename="src/system/czip.cpp" />
|
|
<Unit filename="src/system/czip.hpp" />
|
|
<Unit filename="src/system/tcontainer.hpp" />
|
|
<Unit filename="src/system/tresourcemanager.hpp" />
|
|
<Unit filename="src/system/tsingleton.hpp" />
|
|
<Unit filename="src/test/ee.cpp" />
|
|
<Unit filename="src/ui/base.hpp" />
|
|
<Unit filename="src/ui/cuibackground.cpp" />
|
|
<Unit filename="src/ui/cuibackground.hpp" />
|
|
<Unit filename="src/ui/cuiborder.cpp" />
|
|
<Unit filename="src/ui/cuiborder.hpp" />
|
|
<Unit filename="src/ui/cuicheckbox.cpp" />
|
|
<Unit filename="src/ui/cuicheckbox.hpp" />
|
|
<Unit filename="src/ui/cuicombobox.cpp" />
|
|
<Unit filename="src/ui/cuicombobox.hpp" />
|
|
<Unit filename="src/ui/cuicomplexcontrol.cpp" />
|
|
<Unit filename="src/ui/cuicomplexcontrol.hpp" />
|
|
<Unit filename="src/ui/cuicontrol.cpp" />
|
|
<Unit filename="src/ui/cuicontrol.hpp" />
|
|
<Unit filename="src/ui/cuicontrolanim.cpp" />
|
|
<Unit filename="src/ui/cuicontrolanim.hpp" />
|
|
<Unit filename="src/ui/cuidragable.cpp" />
|
|
<Unit filename="src/ui/cuidragable.hpp" />
|
|
<Unit filename="src/ui/cuidropdownlist.cpp" />
|
|
<Unit filename="src/ui/cuidropdownlist.hpp" />
|
|
<Unit filename="src/ui/cuievent.cpp" />
|
|
<Unit filename="src/ui/cuievent.hpp" />
|
|
<Unit filename="src/ui/cuieventkey.cpp" />
|
|
<Unit filename="src/ui/cuieventkey.hpp" />
|
|
<Unit filename="src/ui/cuieventmouse.cpp" />
|
|
<Unit filename="src/ui/cuieventmouse.hpp" />
|
|
<Unit filename="src/ui/cuigenericgrid.cpp" />
|
|
<Unit filename="src/ui/cuigenericgrid.hpp" />
|
|
<Unit filename="src/ui/cuigfx.cpp" />
|
|
<Unit filename="src/ui/cuigfx.hpp" />
|
|
<Unit filename="src/ui/cuigridcell.cpp" />
|
|
<Unit filename="src/ui/cuigridcell.hpp" />
|
|
<Unit filename="src/ui/cuilistbox.cpp" />
|
|
<Unit filename="src/ui/cuilistbox.hpp" />
|
|
<Unit filename="src/ui/cuilistboxitem.cpp" />
|
|
<Unit filename="src/ui/cuilistboxitem.hpp" />
|
|
<Unit filename="src/ui/cuimanager.cpp" />
|
|
<Unit filename="src/ui/cuimanager.hpp" />
|
|
<Unit filename="src/ui/cuimenu.cpp" />
|
|
<Unit filename="src/ui/cuimenu.hpp" />
|
|
<Unit filename="src/ui/cuimenucheckbox.cpp" />
|
|
<Unit filename="src/ui/cuimenucheckbox.hpp" />
|
|
<Unit filename="src/ui/cuimenuitem.cpp" />
|
|
<Unit filename="src/ui/cuimenuitem.hpp" />
|
|
<Unit filename="src/ui/cuimenusubmenu.cpp" />
|
|
<Unit filename="src/ui/cuimenusubmenu.hpp" />
|
|
<Unit filename="src/ui/cuimessage.cpp" />
|
|
<Unit filename="src/ui/cuimessage.hpp" />
|
|
<Unit filename="src/ui/cuipopupmenu.cpp" />
|
|
<Unit filename="src/ui/cuipopupmenu.hpp" />
|
|
<Unit filename="src/ui/cuiprogressbar.cpp" />
|
|
<Unit filename="src/ui/cuiprogressbar.hpp" />
|
|
<Unit filename="src/ui/cuipushbutton.cpp" />
|
|
<Unit filename="src/ui/cuipushbutton.hpp" />
|
|
<Unit filename="src/ui/cuiradiobutton.cpp" />
|
|
<Unit filename="src/ui/cuiradiobutton.hpp" />
|
|
<Unit filename="src/ui/cuiscrollbar.cpp" />
|
|
<Unit filename="src/ui/cuiscrollbar.hpp" />
|
|
<Unit filename="src/ui/cuiseparator.cpp" />
|
|
<Unit filename="src/ui/cuiseparator.hpp" />
|
|
<Unit filename="src/ui/cuiskin.cpp" />
|
|
<Unit filename="src/ui/cuiskin.hpp" />
|
|
<Unit filename="src/ui/cuiskincomplex.cpp" />
|
|
<Unit filename="src/ui/cuiskincomplex.hpp" />
|
|
<Unit filename="src/ui/cuiskinsimple.cpp" />
|
|
<Unit filename="src/ui/cuiskinsimple.hpp" />
|
|
<Unit filename="src/ui/cuiskinstate.cpp" />
|
|
<Unit filename="src/ui/cuiskinstate.hpp" />
|
|
<Unit filename="src/ui/cuislider.cpp" />
|
|
<Unit filename="src/ui/cuislider.hpp" />
|
|
<Unit filename="src/ui/cuisliderbutton.cpp" />
|
|
<Unit filename="src/ui/cuisliderbutton.hpp" />
|
|
<Unit filename="src/ui/cuispinbox.cpp" />
|
|
<Unit filename="src/ui/cuispinbox.hpp" />
|
|
<Unit filename="src/ui/cuisprite.cpp" />
|
|
<Unit filename="src/ui/cuisprite.hpp" />
|
|
<Unit filename="src/ui/cuitextbox.cpp" />
|
|
<Unit filename="src/ui/cuitextbox.hpp" />
|
|
<Unit filename="src/ui/cuitextedit.cpp" />
|
|
<Unit filename="src/ui/cuitextedit.hpp" />
|
|
<Unit filename="src/ui/cuitextinput.cpp" />
|
|
<Unit filename="src/ui/cuitextinput.hpp" />
|
|
<Unit filename="src/ui/cuitheme.cpp" />
|
|
<Unit filename="src/ui/cuitheme.hpp" />
|
|
<Unit filename="src/ui/cuithememanager.cpp" />
|
|
<Unit filename="src/ui/cuithememanager.hpp" />
|
|
<Unit filename="src/ui/cuitooltip.cpp" />
|
|
<Unit filename="src/ui/cuitooltip.hpp" />
|
|
<Unit filename="src/ui/cuiwindow.cpp" />
|
|
<Unit filename="src/ui/cuiwindow.hpp" />
|
|
<Unit filename="src/ui/tuiitemcontainer.hpp" />
|
|
<Unit filename="src/ui/uihelper.cpp" />
|
|
<Unit filename="src/ui/uihelper.hpp" />
|
|
<Unit filename="src/utils/base.hpp" />
|
|
<Unit filename="src/utils/cinterpolation.cpp" />
|
|
<Unit filename="src/utils/cinterpolation.hpp" />
|
|
<Unit filename="src/utils/colors.hpp" />
|
|
<Unit filename="src/utils/cperlinnoise.cpp" />
|
|
<Unit filename="src/utils/cperlinnoise.hpp" />
|
|
<Unit filename="src/utils/cwaypoints.cpp" />
|
|
<Unit filename="src/utils/cwaypoints.hpp" />
|
|
<Unit filename="src/utils/easing.cpp" />
|
|
<Unit filename="src/utils/easing.hpp" />
|
|
<Unit filename="src/utils/helper.hpp" />
|
|
<Unit filename="src/utils/line2.hpp" />
|
|
<Unit filename="src/utils/polygon2.hpp" />
|
|
<Unit filename="src/utils/quad2.hpp" />
|
|
<Unit filename="src/utils/rect.hpp" />
|
|
<Unit filename="src/utils/size.hpp" />
|
|
<Unit filename="src/utils/string.cpp" />
|
|
<Unit filename="src/utils/string.hpp" />
|
|
<Unit filename="src/utils/triangle2.hpp" />
|
|
<Unit filename="src/utils/utils.cpp" />
|
|
<Unit filename="src/utils/utils.hpp" />
|
|
<Unit filename="src/utils/vector2.hpp" />
|
|
<Unit filename="src/utils/vector3.hpp" />
|
|
<Unit filename="src/window/backend/SDL/cbackendsdl.hpp" />
|
|
<Unit filename="src/window/backend/SDL/cclipboardsdl.cpp" />
|
|
<Unit filename="src/window/backend/SDL/cclipboardsdl.hpp" />
|
|
<Unit filename="src/window/backend/SDL/cinputsdl.cpp" />
|
|
<Unit filename="src/window/backend/SDL/cinputsdl.hpp" />
|
|
<Unit filename="src/window/backend/SDL/cjoystickmanagersdl.cpp" />
|
|
<Unit filename="src/window/backend/SDL/cjoystickmanagersdl.hpp" />
|
|
<Unit filename="src/window/backend/SDL/cjoysticksdl.cpp" />
|
|
<Unit filename="src/window/backend/SDL/cjoysticksdl.hpp" />
|
|
<Unit filename="src/window/backend/SDL/cwindowsdl.cpp" />
|
|
<Unit filename="src/window/backend/SDL/cwindowsdl.hpp" />
|
|
<Unit filename="src/window/backend/null/cbackendnull.hpp" />
|
|
<Unit filename="src/window/backend/null/cclipboardnull.cpp" />
|
|
<Unit filename="src/window/backend/null/cclipboardnull.hpp" />
|
|
<Unit filename="src/window/backend/null/cinputnull.cpp" />
|
|
<Unit filename="src/window/backend/null/cinputnull.hpp" />
|
|
<Unit filename="src/window/backend/null/cjoystickmanagernull.cpp" />
|
|
<Unit filename="src/window/backend/null/cjoystickmanagernull.hpp" />
|
|
<Unit filename="src/window/backend/null/cjoysticknull.cpp" />
|
|
<Unit filename="src/window/backend/null/cjoysticknull.hpp" />
|
|
<Unit filename="src/window/backend/null/cwindownull.cpp" />
|
|
<Unit filename="src/window/backend/null/cwindownull.hpp" />
|
|
<Unit filename="src/window/base.hpp" />
|
|
<Unit filename="src/window/cbackend.hpp" />
|
|
<Unit filename="src/window/cclipboard.cpp" />
|
|
<Unit filename="src/window/cclipboard.hpp" />
|
|
<Unit filename="src/window/cengine.cpp" />
|
|
<Unit filename="src/window/cengine.hpp" />
|
|
<Unit filename="src/window/cinput.cpp" />
|
|
<Unit filename="src/window/cinput.hpp" />
|
|
<Unit filename="src/window/cinputtextbuffer.cpp" />
|
|
<Unit filename="src/window/cinputtextbuffer.hpp" />
|
|
<Unit filename="src/window/cjoystick.cpp" />
|
|
<Unit filename="src/window/cjoystick.hpp" />
|
|
<Unit filename="src/window/cjoystickmanager.cpp" />
|
|
<Unit filename="src/window/cjoystickmanager.hpp" />
|
|
<Unit filename="src/window/cview.cpp" />
|
|
<Unit filename="src/window/cview.hpp" />
|
|
<Unit filename="src/window/cwindow.cpp" />
|
|
<Unit filename="src/window/cwindow.hpp" />
|
|
<Unit filename="src/window/inputevent.hpp" />
|
|
<Unit filename="src/window/inputhelper.cpp" />
|
|
<Unit filename="src/window/inputhelper.hpp" />
|
|
<Unit filename="src/window/joycodes.hpp" />
|
|
<Unit filename="src/window/keycodes.hpp" />
|
|
<Extensions>
|
|
<envvars />
|
|
<code_completion />
|
|
<debugger />
|
|
<lib_finder disable_auto="1" />
|
|
<DoxyBlocks>
|
|
<comment_style block="0" line="0" />
|
|
<doxyfile_project />
|
|
<doxyfile_build />
|
|
<doxyfile_warnings />
|
|
<doxyfile_output />
|
|
<doxyfile_dot />
|
|
<general />
|
|
</DoxyBlocks>
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|