Ajout de Jolt Physics + 1ere version des factory entitecomposants - camera, transform, rigidbody, collider, renderer
This commit is contained in:
12
lib/All/JoltPhysics/TestFramework/Image/LoadTGA.h
Normal file
12
lib/All/JoltPhysics/TestFramework/Image/LoadTGA.h
Normal file
@@ -0,0 +1,12 @@
|
||||
// Jolt Physics Library (https://github.com/jrouwe/JoltPhysics)
|
||||
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Jolt/Core/Reference.h>
|
||||
|
||||
class Surface;
|
||||
|
||||
/// Image routines, loads a Targa (TGA) file.
|
||||
Ref<Surface> LoadTGA(istream &inStream);
|
||||
Reference in New Issue
Block a user