3dphotoshoot

annotate src/android/logger.h @ 27:3d082c566b53

fixed all the bugs, pc version works
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 18 Jun 2015 04:32:25 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef LOGGER_H_
nuclear@0 2 #define LOGGER_H_
nuclear@0 3
nuclear@0 4 int start_logger(void);
nuclear@0 5
nuclear@0 6 #endif /* LOGGER_H_ */