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

#pragma once


#include <string>


std::string GetPathForResource(const char* a_resource);