mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 08:36:17 +00:00 
			
		
		
		
	[Renderers/SDL2] Added explicit include of math.h in SDL2 renderer
This commit is contained in:
		
							parent
							
								
									1f8cab8d72
								
							
						
					
					
						commit
						05ac2810d8
					
				| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
#include "../../clay.h"
 | 
					#include "../../clay.h"
 | 
				
			||||||
 | 
					#include "math.h"
 | 
				
			||||||
#include <SDL.h>
 | 
					#include <SDL.h>
 | 
				
			||||||
#include <SDL_ttf.h>
 | 
					#include <SDL_ttf.h>
 | 
				
			||||||
#include <SDL_image.h>
 | 
					#include <SDL_image.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue