mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Config no longer depends on Flux/Image/Encode/Decode, breaking a circular
dependency.
This commit is contained in:
		| @@ -12,6 +12,7 @@ class FluxMatcher; | ||||
| class FluxmapReader; | ||||
| class RawBits; | ||||
| class DecoderProto; | ||||
| class Config; | ||||
|  | ||||
| #include "lib/flux.h" | ||||
|  | ||||
| @@ -39,6 +40,7 @@ public: | ||||
|  | ||||
|     virtual ~Decoder() {} | ||||
|  | ||||
|     static std::unique_ptr<Decoder> create(Config& config); | ||||
|     static std::unique_ptr<Decoder> create(const DecoderProto& config); | ||||
|  | ||||
| public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user