summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PlaceParamDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2PlaceParamDef.h')
-rw-r--r--src/T2DLL/T2PlaceParamDef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/T2DLL/T2PlaceParamDef.h b/src/T2DLL/T2PlaceParamDef.h
index b3165f4..a259740 100644
--- a/src/T2DLL/T2PlaceParamDef.h
+++ b/src/T2DLL/T2PlaceParamDef.h
@@ -1,12 +1,12 @@
#pragma once
#include "common.h"
-class T2PlaceParamDef {
+class AFX_EXT_CLASS T2PlaceParamDef {
public:
enum EPlace {
- Place_0,
- Place_1,
- Place_2,
+ Place_0, // pool
+ Place_1, // tenant
+ Place_2, // floor
kMaxPlace
};