Project

General

Profile

SO3Engine
ALCamera.h
Go to the documentation of this file.
1#ifndef ALCAMERA_H
2#define ALCAMERA_H
3
4#include "ALObject.h"
5
6namespace SO3
7{
8
14{
15public:
19 ALCamera();
20
24 ~ALCamera();
25
26 void convertToScol(SScene* parent);
27};
28};
29
30#endif // ALCAMERA_H
void convertToScol(SScene *parent)
Definition ALCamera.cpp:11