16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 01:59:19 +02:00

maintenance: removed deprecated files, linux friendly include names

This commit is contained in:
tmj-fstate
2018-10-12 19:53:33 +02:00
parent 66eb3ff731
commit 7933ade080
110 changed files with 235 additions and 5741 deletions

View File

@@ -9,8 +9,8 @@ http://mozilla.org/MPL/2.0/.
#include "stdafx.h"
#include "gamepadinput.h"
#include "logs.h"
#include "timer.h"
#include "Logs.h"
#include "Timer.h"
#include "utilities.h"
glm::vec2 circle_to_square( glm::vec2 const &Point, int const Roundness = 0 ) {