14 lines
286 B
C
14 lines
286 B
C
|
/*
|
||
|
* Created by Brett on 08/03/23.
|
||
|
* Licensed under GNU General Public License V3.0
|
||
|
* See LICENSE file for license detail
|
||
|
*/
|
||
|
|
||
|
#ifndef FINALPROJECT_DEFERRED_RENDERER_H
|
||
|
#define FINALPROJECT_DEFERRED_RENDERER_H
|
||
|
|
||
|
#include <render/textures.h>
|
||
|
|
||
|
|
||
|
#endif //FINALPROJECT_DEFERRED_RENDERER_H
|