mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Change shader include guard to match SDL
This commit is contained in:
parent
9b777c083d
commit
5d221e72f1
|
|
@ -1,4 +1,7 @@
|
|||
#pragma once
|
||||
#ifndef _WIIU_texture_shader_h
|
||||
#define _WIIU_texture_shader_h
|
||||
|
||||
extern unsigned char texture_shader_gsh[];
|
||||
extern unsigned int texture_shader_gsh_len;
|
||||
extern unsigned int texture_shader_gsh_len;
|
||||
|
||||
#endif /* _WIIU_texture_shader_h */
|
||||
Loading…
Reference in New Issue
Block a user