Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Android has atan() and atan2()
  • Loading branch information
slouken committed Jan 2, 2011
1 parent 3a667c2 commit 709e965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_config_android.h
Expand Up @@ -55,6 +55,8 @@ typedef unsigned int uint32_t;
#define HAVE_SIGNAL_H 1

/* C library functions */
#define HAVE_ATAN 1
#define HAVE_ATAN2 1
#define HAVE_MALLOC 1
#define HAVE_CALLOC 1
#define HAVE_REALLOC 1
Expand Down

0 comments on commit 709e965

Please sign in to comment.