Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 21, 2024
1 parent 4418016 commit dcd5f93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fancy_demo/fancy.ash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ managed struct FancyState {
// ---------------- fancy module public interface -----------------------
// ----------------------------------------------------------------------


managed struct FancyConfig {
FontType Font;
Alignment TextAlign;
Expand Down Expand Up @@ -126,8 +125,7 @@ struct FancyTextBox extends FancyTextBase {
#ifndef SCRIPT_EXT_AGS4
import Fancy9Piece* get_Fancy9Piece(); // $AUTOCOMPLETEIGNORE$
import void set_Fancy9Piece(Fancy9Piece* value); // $AUTOCOMPLETEIGNORE$
#endif

#endif
};

struct FancyTypedText extends FancyTextBox {
Expand Down

0 comments on commit dcd5f93

Please sign in to comment.