skia2/tools/Resources.h
2014-06-18 14:32:49 -07:00

16 lines
304 B
C

/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef Resources_DEFINED
#define Resources_DEFINED
#include "SkString.h"
SkString GetResourcePath(const char* resource = "");
#endif // Resources_DEFINED