mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Move the flx stuff into external.
This commit is contained in:
16
lib/external/flx.h
vendored
Normal file
16
lib/external/flx.h
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef FLX_H
|
||||
#define FLX_H
|
||||
|
||||
#define FLX_TICK_NS 40 /* ns per tick */
|
||||
|
||||
/* Special FLX opcodes */
|
||||
|
||||
enum
|
||||
{
|
||||
FLX_INDEX = 0x08,
|
||||
FLX_STOP = 0x0d
|
||||
};
|
||||
|
||||
extern std::unique_ptr<Fluxmap> readFlxBytes(const Bytes& bytes);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user