summaryrefslogtreecommitdiffstats
path: root/Tests/VSResourceNinjaForceRSP/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSResourceNinjaForceRSP/main.cpp')
-rw-r--r--Tests/VSResourceNinjaForceRSP/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/VSResourceNinjaForceRSP/main.cpp b/Tests/VSResourceNinjaForceRSP/main.cpp
new file mode 100644
index 0000000..247411d
--- /dev/null
+++ b/Tests/VSResourceNinjaForceRSP/main.cpp
@@ -0,0 +1,6 @@
+int main(int argc, char** argv)
+{
+ (void)argc;
+ (void)argv;
+ return 0;
+}