blob: e8134bac67c98371ac4e81241869f5408fccc995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// Created by joe on 9/6/15.
//
#ifndef POMODORI_TRAYICON_H
#define POMODORI_TRAYICON_H
void tray_init();
void tray_activate(char* info);
void tray_deactivate();
#endif //POMODORI_TRAYICON_H
|