Browse Source

Spaces!

pull/547/head
EgorWeders 8 months ago
committed by GitHub
parent
commit
34f553ab75
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/goodbyedpi.h

2
src/goodbyedpi.h

@ -6,6 +6,6 @@
// #else
// #define debug(...) printf(__VA_ARGS__)
// #endif
#define debug(...) if (getenv("DEBUG_GDPI")!=NULL) printf(__VA_ARGS__)
#define debug(...) if (getenv("DEBUG_GDPI") != NULL) printf(__VA_ARGS__)
int main(int argc, char *argv[]);
void deinit_all();

Loading…
Cancel
Save