blob: 485a11223158a00c5bc0fae5a93f4e2528dde7b5 [file] [log] [blame]
/*
* 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 = "");
void SetResourcePath(const char* );
#endif // Resources_DEFINED