- Timestamp:
- 12/31/16 20:36:13 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/neuroimpl.h
r375 r646 247 247 virtual int getDrawingCount() {return 0;} 248 248 virtual int* getDrawing(int i) {return 0;} 249 250 /** is this implementation current? script neurons retain their original implementation when reloading *.neuro */ 251 virtual bool isCurrent() {return true;} 249 252 250 253 void commit();
Note: See TracChangeset
for help on using the changeset viewer.