mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 07:19:58 +00:00
added animation system (with skin support for now)
This commit is contained in:
parent
a600fa9976
commit
e7ed4d0096
23 changed files with 3075 additions and 2 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue