Selaa lähdekoodia

Renaming files

Sajin Sasy 1 vuosi sitten
vanhempi
commit
a617f0f436
2 muutettua tiedostoa jossa 0 lisäystä ja 10 poistoa
  1. 0 0
      bst.cpp
  2. 0 10
      node.hpp

+ 0 - 0
node.cpp → bst.cpp


+ 0 - 10
node.hpp

@@ -1,10 +0,0 @@
-#ifndef __NODE_HPP__
-#define __NODE_HPP__
-
-#include "mpcio.hpp"
-#include "options.hpp"
-
-void bst(MPCIO &mpcio,
-    const PRACOptions &opts, char **args);
-
-#endif