mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-04 19:24:35 +00:00
8 lines
243 B
C
8 lines
243 B
C
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
|
|
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#pragma once
|
|
|
|
/// Read file contents into byte vector
|
|
Array<uint8> ReadData(const char *inFileName);
|