8 lines
116 B
C
8 lines
116 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Placeholder for pipeline engine.
|
||
|
|
class PipelineEngine {
|
||
|
|
public:
|
||
|
|
PipelineEngine() = default;
|
||
|
|
};
|