mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[c-host] init platform app struct
This commit is contained in:
parent
89d6ea0b5d
commit
074af5d16c
@ -32,7 +32,7 @@ struct app
|
|||||||
const char * executable;
|
const char * executable;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct app app;
|
struct app app = { 0 };
|
||||||
|
|
||||||
int main(int argc, char * argv[])
|
int main(int argc, char * argv[])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user