5 lines
59 B
C
5 lines
59 B
C
#include "mplot.h"
|
|
void doublebuffer(void){
|
|
m_dblbuf();
|
|
}
|
#include "mplot.h"
|
|
void doublebuffer(void){
|
|
m_dblbuf();
|
|
}
|