mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 08:36:17 +00:00 
			
		
		
		
	Define CLAY_IMPLEMENTATION in Jetbrains IDE (#236)
This commit is contained in:
		
							parent
							
								
									92582f66d8
								
							
						
					
					
						commit
						3030390038
					
				
							
								
								
									
										5
									
								
								clay.h
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								clay.h
									
									
									
									
									
								
							| 
						 | 
					@ -21,6 +21,11 @@
 | 
				
			||||||
#include <arm_neon.h>
 | 
					#include <arm_neon.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef __JETBRAINS_IDE__
 | 
				
			||||||
 | 
					// Help jetbrains IDEs like CLion and Rider with intellisense & debugging
 | 
				
			||||||
 | 
					#define CLAY_IMPLEMENTATION
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// -----------------------------------------
 | 
					// -----------------------------------------
 | 
				
			||||||
// HEADER DECLARATIONS ---------------------
 | 
					// HEADER DECLARATIONS ---------------------
 | 
				
			||||||
// -----------------------------------------
 | 
					// -----------------------------------------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue