Changeset 1467 for branches/reyalp-flt/core/edgeoverlay.h
- Timestamp:
- 12/11/11 01:43:46 (18 months ago)
- File:
-
- 1 edited
-
branches/reyalp-flt/core/edgeoverlay.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-flt/core/edgeoverlay.h
r928 r1467 9 9 #define EDGE_SAVE_DIR "A/CHDK/EDGE" 10 10 11 // Defines of exported to chdk symbols 12 #ifdef THIS_IS_CHDK_CORE 13 // This section is for CHDK core 14 extern void (*edge_overlay)(); 15 extern void (*save_edge_overlay)(void); 16 extern void (*load_edge_overlay)( const char* ); 17 #else 18 // This section is for module 11 19 void edge_overlay(); 12 20 void save_edge_overlay(void); 13 21 void load_edge_overlay( const char* ); 22 #endif 14 23 15 24 #endif
Note: See TracChangeset
for help on using the changeset viewer.