turnip: Add TODO for Android logging

This commit is contained in:
Chad Versace 2018-11-12 14:23:42 -08:00 committed by Chia-I Wu
parent cca208a033
commit 1372c95ad2
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#include "util/u_math.h"
/* TODO: Add Android support to tu_log funcs */
/** Log an error message. */
void tu_printflike(1, 2) tu_loge(const char *format, ...)
{