mirror of
https://github.com/halpz/re3.git
synced 2025-07-09 04:18:51 +00:00
added animation system (with skin support for now)
This commit is contained in:
premake5.lua
src
animation
AnimBlendAssocGroup.cppAnimBlendAssocGroup.hAnimBlendAssociation.cppAnimBlendAssociation.hAnimBlendClumpData.cppAnimBlendClumpData.hAnimBlendHierarchy.cppAnimBlendHierarchy.hAnimBlendList.hAnimBlendNode.cppAnimBlendNode.hAnimBlendSequence.cppAnimBlendSequence.hAnimManager.cppAnimManager.hFrameUpdate.cppRpAnimBlend.cppRpAnimBlend.h
main.cppmath
templates.h@ -11,6 +11,7 @@ workspace "re3"
|
||||
files { "src/weapons/*.*" }
|
||||
files { "src/render/*.*" }
|
||||
files { "src/control/*.*" }
|
||||
files { "src/animation/*.*" }
|
||||
files { "src/audio/*.*" }
|
||||
|
||||
includedirs { "src" }
|
||||
@ -22,6 +23,7 @@ workspace "re3"
|
||||
includedirs { "src/render" }
|
||||
includedirs { "src/control" }
|
||||
includedirs { "src/audio" }
|
||||
includedirs { "src/animation" }
|
||||
includedirs { "dxsdk/include" }
|
||||
includedirs { "rwsdk/include/d3d8" }
|
||||
|
||||
|
Reference in New Issue
Block a user