diff --git a/Plist.h b/Plist.h new file mode 100644 index 0000000..32ca7fc --- /dev/null +++ b/Plist.h @@ -0,0 +1,3 @@ +onst char* Plist[] = {"한ㄱㅡㄹ","여기에"}; +const char* Pw = "1234"; +const int PlistCount = sizeof(Plist) / sizeof(Plist[0]); \ No newline at end of file