mirror of
https://github.com/vgough/encfs.git
synced 2025-07-11 01:45:40 +02:00
git-vendor-name: easylogging git-vendor-dir: vendor/github.com/muflihun/easyloggingpp git-vendor-repository: https://github.com/muflihun/easyloggingpp git-vendor-ref: master
13 lines
150 B
C++
13 lines
150 B
C++
#include <GL/gl.h>
|
|
#include "easylogging++.h"
|
|
|
|
INITIALIZE_EASYLOGGINGPP
|
|
|
|
int main(void) {
|
|
|
|
GLfloat f = 0.1f;
|
|
LOG(INFO) << f;
|
|
|
|
return 0;
|
|
}
|