.h -> .hpp

This commit is contained in:
2015-06-07 01:54:01 -04:00
parent aa5dfe4f69
commit 01d317b007
137 changed files with 707 additions and 714 deletions

View File

@@ -2,13 +2,13 @@
#include <cstring>
#include <cstdio>
#include "scen.global.h"
#include "scen.global.hpp"
#include <array>
#include <string>
#include "graphtool.hpp"
#include "scen.graphics.h"
#include "scen.graphics.hpp"
#include <cmath>
#include "scen.btnmg.h"
#include "scen.btnmg.hpp"
#include "scrollbar.hpp"
extern rectangle right_sbar_rect;