mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-11-21 20:47:19 +01:00
close_code.h: #error if included without matching begin_code.h
This commit is contained in:
parent
a60751b7a7
commit
ed694ec61f
@ -26,6 +26,9 @@
|
||||
* after you finish any function and structure declarations in your headers
|
||||
*/
|
||||
|
||||
#ifndef _begin_code_h
|
||||
#error close_code.h included without matching begin_code.h
|
||||
#endif
|
||||
#undef _begin_code_h
|
||||
|
||||
/* Reset structure packing at previous byte alignment */
|
||||
|
Loading…
Reference in New Issue
Block a user