All Classes Functions
DialogAlt.h
1 #ifndef DIALOGALT_H
2 #define DIALOGALT_H
3 
4 
5 class DialogAlt
6 {
7  public:
8  static bool clbk(void *id, char *str, void *usrdata);
9  protected:
10  private:
11 };
12 
13 #endif // DIALOGALT_H