Files
dae16-VerhulstBram-GameProject/Game/TextureManager.h
Bram Verhulst d6bb3add26 Added the Grid, Camera, Level system
Basic player
Started (Barely) on the TextureManager
And other fixes
2024-03-11 03:29:44 +01:00

8 lines
53 B
C++

#pragma once
class TextureManager
{
public:
};