You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@340 8e941d3f-bd1b-0410-a28a-d453659cc2b4
22 lines
401 B
C
22 lines
401 B
C
/*
|
|
vcl.h
|
|
|
|
C/C++ header for the LCL Exports library
|
|
|
|
LICENSE: The same modifyed LGPL as the Free Pascal Runtime Library
|
|
and the Lazarus Component Library
|
|
|
|
Copyright (C) 2008 Felipe Monteiro de Carvalho
|
|
*/
|
|
|
|
#ifndef LAZARUS_VCL_H
|
|
#define LAZARUS_VCL_H
|
|
|
|
#include "classes.h"
|
|
#include "controls.h"
|
|
#include "forms.h"
|
|
#include "stdctrls.h"
|
|
#include "system.h"
|
|
|
|
#endif /* !LAZARUS_VCL_H */
|