11 lines
		
	
	
		
			197 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			197 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <stdio.h>
 | |
| 
 | |
| //library includes
 | |
| //include stb ds
 | |
| #define STB_DS_IMPLEMENTATION
 | |
| #include "stb/stb_ds.h"
 | |
| 
 | |
| int StormEngineTests(int argc, char **argv){
 | |
|     printf("it lives\n");
 | |
|     return 0;
 | |
| } |