rentzsch / Blitz

20 slides. 15 seconds each. 5 minutes total. Go.

This URL has Read+Write access

Blitz / Blitz_Prefix.pch
100644 10 lines (7 sloc) 0.193 kb
1
2
3
4
5
6
7
8
9
10
//
// Prefix header for all source files of the 'C4BlitzPlayer' target in the 'C4BlitzPlayer' project
//
 
#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
 
    #define SECONDS_PER_SLIDE (15)
#endif