1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Use cstdarg instead of stdarg.h

This commit is contained in:
Brian Callahan
2017-06-25 15:56:08 -04:00
committed by Michał Janiszewski
parent fe8f949b3f
commit e5d305f9e7

View File

@@ -16,7 +16,7 @@
#pragma once
#include <stdarg.h>
#include <cstdarg>
#include <string>
#include <vector>
#include "../common.h"