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

@@ -18,7 +18,7 @@
#define __STDC_FORMAT_MACROS
#endif
#include "Utils.h"
#include "SampleUtils.h"
#include "utils/NXTHelpers.h"
@@ -613,7 +613,7 @@ namespace {
}
int main(int argc, const char* argv[]) {
if (!InitUtils(argc, argv)) {
if (!InitSample(argc, argv)) {
return 1;
}
if (argc < 2) {