10 lines
189 B
C++
10 lines
189 B
C++
#ifndef RODITTY_ZWICK_H_
|
|
#define RODITTY_ZWICK_H_
|
|
|
|
#include "algorithm/italiano.h"
|
|
#include "algorithm/frigioni.h"
|
|
#include "algorithm/king.h"
|
|
#include "algorithm/henzinger_king.h"
|
|
|
|
#endif
|