diff --git a/Chapter01/02_GLFW/src/main.cpp b/Chapter01/02_GLFW/src/main.cpp index 7474b27..4d08d99 100644 --- a/Chapter01/02_GLFW/src/main.cpp +++ b/Chapter01/02_GLFW/src/main.cpp @@ -1,6 +1,6 @@ #include -int main(void) +int main() { uint32_t w = 1280; uint32_t h = 800; diff --git a/deps/bootstrap.json b/deps/bootstrap.json index 63f58f7..4892b55 100644 --- a/deps/bootstrap.json +++ b/deps/bootstrap.json @@ -4,7 +4,7 @@ "source": { "type": "git", "url": "https://github.com/corporateshark/lightweightvk.git", - "revision": "c297911d8daefb26d4e0a9826a667c6ea9807a46" + "revision": "0fe87c3a3750c773165344a9e2063c64965702dd" } }, {