mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Fix, hopefully, the rest of the decoders.
This commit is contained in:
		| @@ -50,6 +50,13 @@ public: | ||||
|  | ||||
| 	void resetFluxDecoder(); | ||||
|     std::vector<bool> readRawBits(unsigned count); | ||||
| 	uint8_t readRaw8(); | ||||
| 	uint16_t readRaw16(); | ||||
| 	uint32_t readRaw20(); | ||||
| 	uint32_t readRaw24(); | ||||
| 	uint32_t readRaw32(); | ||||
| 	uint64_t readRaw48(); | ||||
| 	uint64_t readRaw64(); | ||||
|  | ||||
|     Fluxmap::Position tell() | ||||
|     { return _fmr->tell(); }  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user