From 4f2708e4d29e54f2e8d2d5c5fbf8002905bc1021 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 20 Jun 2019 18:13:34 +0200 Subject: Prefer explicit initialization of structs * Remove c-style typedefs * Use C++ style structs with constructors * Prefer struct variable names to set data ---