10 lines
138 B
C
10 lines
138 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include "wxw.h"
|
|
|
|
wxString LTimeToStr(int time);
|
|
int upDiv(int a, int b);
|
|
wxString itowxS(int a);
|
|
|
|
#endif |