Hash : bc57b80b Author : Date : 2011-12-15T02:08:03
Download
1 2 3 4 5 6 7 8 9 10 11
#include "clay_libgit2.h" void clay_on_init(void) { git_threads_init(); } void clay_on_shutdown(void) { git_threads_shutdown(); }