소스 검색

Renaming files

Sajin Sasy 2 년 전
부모
커밋
ba810ccb91
2개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  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