9 lines
135 B
C
9 lines
135 B
C
|
#ifndef PLACE_UTIL_H
|
||
|
#define PLACE_UTIL_H
|
||
|
#include <string>
|
||
|
|
||
|
//Initialize the placement context
|
||
|
void init_placement_context();
|
||
|
|
||
|
#endif
|