1 #ifndef __CPPGRAM_EMOJI_HPP 2 #define __CPPGRAM_EMOJI_HPP 25 static const std::string smileGrinning, smileLaughTearsOfJoy, smileOpenMouthEyes,
26 smileOpenMouthClosedEyes, smileAndColdSweat, smileAndTightlyClosedEyes,
27 smileWinkingFace, smileSweetClosedEyes, smileDelicious, relievedFace, smileHeartEyes,
28 smirkingFace, unamusedFace, coldSweatFace, pensiveFace, confoundedFace, throwKissFace,
29 kissingFace, winkingFaceStuckoutTongueFace, tightlyClosedEyesWinkingFace,
30 disappointedFace, angryFace, poutingFace, cryingFace, perservingFace, triumphFace,
31 disappointedButRelievedFace, fearfulFace, wearyFace, sleepyFace, tiredFace,
32 loudCryingFace, openMouthAndColdSweatFace, screamingInFearFace, astonishedFace,
33 flushedFace, dizzyFace, medicalMaskFace;
36 static const std::string smileCatGrinning, smileCatTearsOfJoy, smileCatOpenMouth,
37 smileCatHeartEyes, smileCatFace, kissingCatFace, poutingCatFace, cryingCatFace,
41 static const std::string notGoodGesture, isOkGesture, bowingDeeplyGesture, raisingHandGesture,
42 raisingBothHandsGesture, frowningPersonGesture, poutingFacePersonGesture,
43 foldedHandsPersonGesture;
46 static const std::string notSeeingMonkey, notHearingMonkey, notSpeakingMonkey;
Contains static emoji.
Definition: emoji.hpp:19
main namespace for Cppgram