mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-03 16:16:18 +00:00 
			
		
		
		
	Add notice for defining implementation macro at the top of the file
This commit is contained in:
		
							parent
							
								
									332837befd
								
							
						
					
					
						commit
						0903440a34
					
				
							
								
								
									
										10
									
								
								clay.h
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								clay.h
									
									
									
									
									
								
							| 
						 | 
					@ -1,6 +1,16 @@
 | 
				
			||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
// VERSION: 0.11
 | 
					// VERSION: 0.11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					    NOTE: In order to use this library you must define
 | 
				
			||||||
 | 
					    the following macro in exactly one file, _before_ including clay.h:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    #define CLAY_IMPLEMENTATION
 | 
				
			||||||
 | 
					    #include "clay.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    See the examples folder for details.
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "stdint.h"
 | 
					#include "stdint.h"
 | 
				
			||||||
#include "stdbool.h"
 | 
					#include "stdbool.h"
 | 
				
			||||||
#include "stddef.h"
 | 
					#include "stddef.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue