Now road, terrain and buildings work fine
This commit is contained in:
10
src/modules/stream/road_processing.h
Normal file
10
src/modules/stream/road_processing.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ROAD_LINES_PROCESSING_H_
|
||||
#define ROAD_LINES_PROCESSSING_H_
|
||||
class Node;
|
||||
class RoadProcessing {
|
||||
public:
|
||||
static void road_setup(Node *target);
|
||||
static void load_data();
|
||||
static void cleanup();
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user