L10N
- Added '#define L10N' marker to all source files that are localized.
This commit is contained in:
@@ -26,8 +26,9 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#ifndef INCLUDED_DIRECTORY
|
||||
#define INCLUDED_DIRECTORY
|
||||
#define L10N // Localization complete.
|
||||
|
||||
#include "File.h"
|
||||
#include <File.h>
|
||||
|
||||
class Directory : public File
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user