blob: 430abfadf938b1f270f3e045ffc53de633e1c1c6 [file] [log] [blame]
Geoff Lang49be2ad2014-02-28 13:05:51 -05001//
2// Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
3// Use of this source code is governed by a BSD-style license that can be
4// found in the LICENSE file.
5//
6
7#ifndef SAMPLE_UTIL_PATH_UTILS_H
8#define SAMPLE_UTIL_PATH_UTILS_H
9
10#include <string>
11
12std::string GetExecutablePath();
13std::string GetExecutableDirectory();
14
15#endif // SAMPLE_UTIL_PATH_UTILS_H