Rename example/Utils to example/SampleUtils

This commit is contained in:
Corentin Wallez
2017-06-19 13:15:13 -04:00
committed by Corentin Wallez
parent 5ee7afdfbe
commit 9347e8fcd1
15 changed files with 28 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "Utils.h"
#include "SampleUtils.h"
#include "utils/NXTHelpers.h"
@@ -296,7 +296,7 @@ void frame() {
}
int main(int argc, const char* argv[]) {
if (!InitUtils(argc, argv)) {
if (!InitSample(argc, argv)) {
return 1;
}
init();