mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-05-10 09:18:01 +00:00
8 lines
71 B
C++
8 lines
71 B
C++
#pragma once
|
|
|
|
namespace al {
|
|
|
|
bool isUsingPrepassTriangleCulling();
|
|
|
|
}
|