1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-12 17:35:33 +01:00

New library lib-strings for Identifier and internationalization

This commit is contained in:
Paul Licameli
2021-02-16 21:14:33 -05:00
parent 70c4898648
commit 45c6190c51
37 changed files with 75 additions and 50 deletions

View File

@@ -0,0 +1,13 @@
/**********************************************************************
Audacity: A Digital Audio Editor
@file wxArrayStringEx.cpp
Paul Licameli split from MemoryX.h
**********************************************************************/
// This .cpp exists just to ensure there is at least one that includes
// the header before any other header, and compiles
#include "wxArrayStringEx.h"