
31.01.2021, 10:36
|
|
Флудер
Регистрация: 26.10.2013
Сообщений: 4,924
С нами:
6603505
Репутация:
183
|
|
Сообщение от DarkP1xel
Загрузка сцены по позиции:
Код:
auto
cStreaming
::
loadScene
(
const
class
cVector3D
*
pPos
)
->
void
{
reinterpret_cast
(
0x40EB70
)
(
pPos
)
;
return
;
}
Загрузка коллизии сцены по позиции:
Код:
auto
cStreaming
::
loadSceneCollision
(
const
class
cVector3D
*
pPos
)
->
void
{
reinterpret_cast
(
0x40ED80
)
(
pPos
)
;
return
;
}
Where is the DirectX SDK? - Win32 apps
Describes the DirectX SDK's inclusion in the Windows SDK and provides a list of technologies and tools that are now included in the Windows SDK.
docs.microsoft.com
Гуглится по переменной среды DXSDK_DIR
Конкретно пятый абзац.
Зачем использовать auto ... -> type вне лямбд?
|
|
|