Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
android_wrapper.h File Reference

This file should be included first in Android applications. More...

#include <geogram/basic/command_line.h>
#include <android/log.h>

Go to the source code of this file.

Macros

#define main   wrapped_main
 

Functions

int wrapped_main (int argc, char **argv)
 
void android_main (struct android_app *app)
 

Detailed Description

This file should be included first in Android applications.

Calls application's main() from android_main()

Definition in file android_wrapper.h.

Macro Definition Documentation

◆ main

#define main (   void)    wrapped_main

Definition at line 50 of file android_wrapper.h.

Function Documentation

◆ android_main()

void android_main ( struct android_app *  app)

Definition at line 62 of file android_wrapper.h.