mirror of
https://github.com/SMGCommunity/Petari.git
synced 2024-11-22 21:19:43 +00:00
Effect
linked
This commit is contained in:
parent
19dc4f01ce
commit
971fc50fe6
25
.vscode/c_cpp_properties.json
vendored
Normal file
25
.vscode/c_cpp_properties.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/include/**",
|
||||
"${workspaceFolder}/libs/**/",
|
||||
"${workspaceFolder}/build/**/include"
|
||||
],
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "c++98",
|
||||
"intelliSenseMode": "linux-clang-x86",
|
||||
"compilerPath": "",
|
||||
"configurationProvider": "ms-vscode.makefile-tools",
|
||||
"browse": {
|
||||
"path": [
|
||||
"${workspaceFolder}/include",
|
||||
"${workspaceFolder}/*/"
|
||||
],
|
||||
"limitSymbolsToIncludedHeaders": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
28
configure.py
28
configure.py
@ -607,6 +607,34 @@ config.libs = [
|
||||
],
|
||||
),
|
||||
|
||||
GameLib(
|
||||
"Effect",
|
||||
[
|
||||
Object(NonMatching, "Game/Effect/AstroEffectObj.cpp"),
|
||||
Object(NonMatching, "Game/Effect/AutoEffectGroup.cpp"),
|
||||
Object(NonMatching, "Game/Effect/AutoEffectGroupHolder.cpp"),
|
||||
Object(NonMatching, "Game/Effect/AutoEffectInfo.cpp"),
|
||||
Object(NonMatching, "Game/Effect/EffectObjGravityDust.cpp"),
|
||||
Object(NonMatching, "Game/Effect/EffectSystem.cpp"),
|
||||
Object(NonMatching, "Game/Effect/EffectSystemUtil.cpp"),
|
||||
Object(NonMatching, "Game/Effect/MultiEmitter.cpp"),
|
||||
Object(NonMatching, "Game/Effect/MultiEmitterAccess.cpp"),
|
||||
Object(NonMatching, "Game/Effect/MultiEmitterCallBack.cpp"),
|
||||
Object(Matching, "Game/Effect/MultiEmitterParticleCallBack.cpp"),
|
||||
Object(NonMatching, "Game/Effect/ParticleCalcExecutor.cpp"),
|
||||
Object(NonMatching, "Game/Effect/ParticleDrawExecutor.cpp"),
|
||||
Object(Matching, "Game/Effect/ParticleEmitter.cpp"),
|
||||
Object(NonMatching, "Game/Effect/ParticleEmitterHolder.cpp"),
|
||||
Object(NonMatching, "Game/Effect/ParticleResourceHolder.cpp"),
|
||||
Object(NonMatching, "Game/Effect/RandomEffectObj.cpp"),
|
||||
Object(NonMatching, "Game/Effect/SimpleEffectObj.cpp"),
|
||||
Object(Matching, "Game/Effect/SingleEmitter.cpp"),
|
||||
Object(NonMatching, "Game/Effect/SpinPullParticleCallBack.cpp"),
|
||||
Object(NonMatching, "Game/Effect/SyncBckEffectChecker.cpp"),
|
||||
Object(NonMatching, "Game/Effect/SyncBckEffectInfo.cpp")
|
||||
],
|
||||
),
|
||||
|
||||
GameLib(
|
||||
"Gravity",
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user