blob: f35ec854ac949c9c94fb7b105d00069eaf0996a9 [file] [log] [blame]
#ifndef PLACE_UTIL_H
#define PLACE_UTIL_H
#include <string>
//Initialize the placement context
void init_placement_context();
#endif