repo.or.cz
/
lsnes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implicitly redirect cmdhelp includes to corresponding JSON files
[lsnes.git]
/
src
/
library
/
framebuffer-colors-transparent.cpp
blob
ad8f47f2337638dff66ec4ea5eaa4ec75c4f033b
1
#include
"framebuffer.hpp"
2
3
namespace
4
{
5
framebuffer
::
basecolor
transparent
(
"transparent"
, -
1
);
6
}