Skip to content

Commit

Permalink
Remove duplicate nullptr_t typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
7Hazard committed Aug 9, 2020
1 parent b92410f commit 3a98a2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions capi/altv-capi-extra.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#ifndef _CAPI_EXTRA_H_
#define _CAPI_EXTRA_H_

#ifdef __cplusplus
using nullptr_t = std::nullptr_t;
#endif

#ifdef ALTV_SERVER // Not available in the altv-server executable
CAPI unsigned int alt_GetSDKVersion();
#define CAPI_EXPORT_SDK_VERSION CAPI_EXPORT unsigned int GetSDKVersion() { return alt_GetSDKVersion(); }
Expand Down

0 comments on commit 3a98a2f

Please sign in to comment.