diff include/id.h @ 1:f40a65687079

small fix.
author pyon@macmini
date Mon, 10 Jun 2019 05:56:36 +0900
parents 2f5584f0d127
children
line wrap: on
line diff
--- a/include/id.h	Sat Jun 08 16:21:40 2019 +0900
+++ b/include/id.h	Mon Jun 10 05:56:36 2019 +0900
@@ -1,5 +1,5 @@
 // Filename   : id.h
-// Last Change: 2019-06-07 Fri 22:31:04.
+// Last Change: 2019-06-08 Sat 22:47:18.
 //
 #pragma once
 
@@ -62,6 +62,7 @@
 	ID_MKDIR,
     ID_FMOVE,
 
+	ID_HNO,
 	ID_MOVE,
 
     ID_WORK,
@@ -71,5 +72,6 @@
     ID_SELALL,
     ID_SELDEL,
     ID_UPDT,
+    ID_THUMB,
 };