move log.h include in each file instead of pch, link libcurl and compile for mac

This commit is contained in:
2017-04-02 16:57:56 +01:00
parent b6c9429b89
commit 2dc7c4a9cc
18 changed files with 34 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
#include "pch.h"
#include "log.h"
#include "util.h"
bool point_in_rect(const glm::vec2& p, const glm::vec4& r)