X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fguicast%2Fbchash.h;h=a694f42405b9fbfa8972a56c73ea1209f6dee95d;hb=15359610833cd03c44fe47f5d002e643103610ec;hp=a6ebde0f5dff2d877dbb728a687bc59681883bb7;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/guicast/bchash.h b/cinelerra-5.0/guicast/bchash.h index a6ebde0f..a694f424 100644 --- a/cinelerra-5.0/guicast/bchash.h +++ b/cinelerra-5.0/guicast/bchash.h @@ -29,7 +29,6 @@ #include "bcwindowbase.inc" #include "bctextbox.inc" -#include "stringfile.inc" #include "units.h" @@ -40,12 +39,12 @@ public: BC_Hash(const char *filename); virtual ~BC_Hash(); + int load_file(FILE *fp); int load(); // load from disk file + int save_file(FILE *fp); int save(); // save to disk file int load_string(const char *string); // load from string int save_string(char* &string); // save to new string - void save_stringfile(StringFile *file); - void load_stringfile(StringFile *file); int update(const char *name, double value); // update a value if it exists int update(const char *name, float value); // update a value if it exists int update(const char *name, int32_t value); // update a value if it exists