~widelands-dev/widelands/workarea-fixes

« back to all changes in this revision

Viewing changes to src/notifications/note_ids.h

  • Committer: Nordfriese
  • Date: 2019-08-11 10:53:14 UTC
  • mfrom: (9129.1.47 trunk)
  • Revision ID: nordfriese-20190811105314-ex9xogd4cf5uwuy4
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        ChatMessage,
30
30
        LogMessage,
31
31
        Immovable,
 
32
        ConstructionsiteEnhanced,
32
33
        FieldPossession,
33
34
        FieldTerrainChanged,
34
35
        ProductionSiteOutOfResources,
41
42
        NoteExpeditionCanceled,
42
43
        Sound,
43
44
        Dropdown,
44
 
        GameSettings
 
45
        GameSettings,
 
46
        MapOptions
45
47
};
46
48
 
47
49
#endif  // end of include guard: WL_NOTIFICATIONS_NOTE_IDS_H