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