Newer
Older
Import / research / 3d-experiments / Platform / Application.h
@John Ryland John Ryland on 22 Dec 2020 376 bytes import NUC files
//
//  Application.h
//  Platform
//
//  Created by John Ryland on 4/10/17.
//  Copyright © 2017 John Ryland. All rights reserved.
//

#pragma once


#include <vector>
#include <string>


void InitApplication(const std::vector<std::string>& a_args);
void DeinitApplication(const std::vector<std::string>& a_args);
int RunApplication(const std::vector<std::string>& a_args);