-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make coord_point into coord_point_ob and parent class of coord_point_ib
- Loading branch information
Showing
8 changed files
with
412 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#pragma once | ||
#ifndef CATA_SRC_CATA_INLINE_H | ||
#define CATA_SRC_CATA_INLINE_H | ||
|
||
#ifndef CATA_FORCEINLINE | ||
#ifdef _MSC_VER | ||
#define CATA_FORCEINLINE __forceinline | ||
#else | ||
#define CATA_FORCEINLINE inline __attribute__((always_inline)) | ||
#endif | ||
#endif | ||
|
||
#endif | ||
Check failure on line 13 in src/cata_inline.h GitHub Actions / build (src)
Check failure on line 13 in src/cata_inline.h GitHub Actions / build (src)
Check failure on line 13 in src/cata_inline.h GitHub Actions / build (other)
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters