move log.h include in each file instead of pch, link libcurl and compile for mac
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "pch.h"
|
||||
#include "log.h"
|
||||
#include "brush.h"
|
||||
|
||||
|
||||
|
||||
void ui::BrushMesh::draw(const std::vector<StrokeSample>& samples, const glm::mat4& proj)
|
||||
{
|
||||
std::vector<instance_t> attributes;
|
||||
|
||||
Reference in New Issue
Block a user