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:
committed by
Michał Janiszewski
parent
fe8f949b3f
commit
e5d305f9e7
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <cstdarg>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "../common.h"
|
||||
|
||||
Reference in New Issue
Block a user