File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/currency.h
Show inline comments
 
@@ -3,12 +3,13 @@
 
/** @file currency.h */
 

	
 
#ifndef CURRENCY_H
 
#define CURRENCY_H
 

	
 
#include "date_type.h"
 
#include "strings_type.h"
 

	
 
enum {
 
	CF_NOEURO = 0,
 
	CF_ISEURO = 1,
 
	NUM_CURRENCY = 28,
 
	CUSTOM_CURRENCY_ID = NUM_CURRENCY - 1