-
Notifications
You must be signed in to change notification settings - Fork 936
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate getter and setter using the new system.
- Loading branch information
Showing
3 changed files
with
99 additions
and
120 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
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 |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
* Copyright 2008-2022 Florian Rival ([email protected]). All rights | ||
* reserved. This project is released under the MIT License. | ||
*/ | ||
#ifndef GDCORE_PROPERTYFUNCTIONGENERATOR_H | ||
#define GDCORE_PROPERTYFUNCTIONGENERATOR_H | ||
#pragma once | ||
|
||
namespace gd { | ||
class String; | ||
|
@@ -73,5 +72,3 @@ class GD_CORE_API PropertyFunctionGenerator { | |
}; | ||
|
||
} // namespace gd | ||
|
||
#endif // GDCORE_PROPERTYFUNCTIONGENERATOR_H |
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