14 lines
175 B
C
14 lines
175 B
C
|
#ifndef FRGBRIDGE_H_INCLUDED
|
||
|
#define FRGBRIDGE_H_INCLUDED
|
||
|
|
||
|
|
||
|
#include "include/Engine.h"
|
||
|
|
||
|
|
||
|
|
||
|
SE::TShaderManager& GetShaderManager();
|
||
|
|
||
|
|
||
|
|
||
|
#endif //FRGBRIDGE_H_INCLUDED
|