5 changed files with 65 additions and 20 deletions
			
			
		@ -0,0 +1,19 @@ | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * Copyright (C) 2022 Riyyi | 
				
			||||||
 | 
					 * | 
				
			||||||
 | 
					 * SPDX-License-Identifier: MIT | 
				
			||||||
 | 
					 */ | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include "inferno.h" | 
				
			||||||
 | 
					#include "inferno/entrypoint.h" | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class Game final : public Inferno::Application { | 
				
			||||||
 | 
					public: | 
				
			||||||
 | 
						Game(); | 
				
			||||||
 | 
						~Game(); | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						void update() override; | 
				
			||||||
 | 
						void render() override; | 
				
			||||||
 | 
					}; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Inferno::Application* Inferno::createApplication(int argc, char* argv[]); | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue