Skip to content

Commit

Permalink
add run sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 15, 2020
1 parent ed4ea96 commit c7d5498
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include "run.h"
#include "project.h"

int run(dev::IProject& proj) {
return proj.run();
}

3 changes: 3 additions & 0 deletions run.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "iproject.h"

int run(dev::IProject& proj) ;

0 comments on commit c7d5498

Please sign in to comment.