Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2666 in orxonox.OLD for orxonox/branches/chris/src/data_tank.h


Ignore:
Timestamp:
Oct 27, 2004, 7:49:25 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: implemented missing DataTank code, precaching implemented, possibility to specify a function to document the precaching process visually added - doxygen tags still missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/data_tank.h

    r2664 r2666  
    8686        void unload( char* file);
    8787        int add_filetype( char* postfix, void*(*lfunc)(char*), void(*ffunc)(void*), char* placeholderfile);
    88         void precache( char* resfile, void(*pfunc)(int, float, char*, char*));
     88        void precache( char* resfile, void(*pfunc)(int, float, char*));
    8989        void save_precache( char* file);
    9090        void save_node( DataTree* act, FILE* out);
Note: See TracChangeset for help on using the changeset viewer.