mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
JANITORIAL: Add include guard for shader.h
This commit is contained in:
parent
df481915f8
commit
5abd95957a
@ -20,6 +20,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef GRAPHICS_SHADER_H
|
||||
#define GRAPHICS_SHADER_H
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/array.h"
|
||||
|
||||
@ -146,3 +149,5 @@ private:
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user