blob: 56d42771a5c516b646bc48a7d77277ac540e1eb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./utils/dgraphics_nosdl.cc.orig 2009-06-10 07:32:20.000000000 +0900
+++ ./utils/dgraphics_nosdl.cc 2009-06-17 18:21:05.000000000 +0900
@@ -40,6 +40,12 @@
}
}
+ bool dactive() {
+ }
+
+ const char *dsection_set(const char *section) {
+ }
+
template <class T>
void dshow(narray<T> &data,const char *spec,double angle,int smooth,int rgb) {
}
|