mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Move the external file format stuff into its own module.
This commit is contained in:
9
lib/external/fl2.h
vendored
Normal file
9
lib/external/fl2.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef FL2_H
|
||||
#define FL2_H
|
||||
|
||||
class FluxFileProto;
|
||||
|
||||
extern FluxFileProto loadFl2File(const std::string filename);
|
||||
extern void saveFl2File(const std::string filename, FluxFileProto& proto);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user