mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 12:42:02 +00:00 
			
		
		
		
	[c-host] init platform app struct
This commit is contained in:
		| @@ -29,10 +29,10 @@ Place, Suite 330, Boston, MA 02111-1307 USA | ||||
|  | ||||
| struct app | ||||
| { | ||||
|   const char  * executable; | ||||
|   const char * executable; | ||||
| }; | ||||
|  | ||||
| struct app app; | ||||
| struct app app = { 0 }; | ||||
|  | ||||
| int main(int argc, char * argv[]) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae